public class CommandException extends Exception
Command upon implementation-defined
failure conditions.| Constructor and Description |
|---|
CommandException(LocalizedString message) |
CommandException(LocalizedString message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
getTranslatedMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandException(LocalizedString message)
public CommandException(LocalizedString message, Throwable cause)
public LocalizedString getTranslatedMessage()
Copyright © 2013. All Rights Reserved.