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, toString
public Exception getUnderlyingException()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream stream)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter writer)
printStackTrace
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public String getMessage()
getMessage
in class Throwable
Copyright © 2016. All rights reserved.