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