public class CommandException extends AbstractMessageException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The constant used for serialization.
|
| Constructor and Description |
|---|
CommandException(MessageItem messageItem)
Constructor without any exception.
|
CommandException(MessageItem messageItem,
Throwable t)
Constructor with message and root cause.
|
CommandException(Throwable t)
Constructor without custom message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public CommandException(MessageItem messageItem)
messageItem - the message item to display.public CommandException(MessageItem messageItem, Throwable t)
messageItem - the message item to display.t - the base exception thrownpublic CommandException(Throwable t)
t - the base exception thrownCopyright © 2011–2014 JRebirth OSS. All rights reserved.