public class CommandException extends Exception
| Constructor and Description |
|---|
CommandException(Exception underlyingException,
String localizedMessage) |
CommandException(String message,
String localizedMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getBundleString(String key) |
String |
getLocalizedMessage() |
static String |
getLocalMessage(String key) |
static String |
getLocalMessage(String key,
Object[] arguments) |
String |
getMessage() |
Exception |
getUnderlyingException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream stream) |
void |
printStackTrace(PrintWriter writer) |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic Exception getUnderlyingException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream stream)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter writer)
printStackTrace in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class ThrowableCopyright © 2013. All rights reserved.