public class CoreException extends MessageException
Constructor and Description |
---|
CoreException(MessageItem messageItem)
Constructor without base exception.
|
CoreException(MessageItem messageItem,
Object... parameters)
Constructor without base exception.
|
CoreException(MessageItem messageItem,
Throwable t)
Constructor with message and throwable.
|
CoreException(MessageItem messageItem,
Throwable t,
Object... parameters)
Constructor with message and throwable.
|
CoreException(String message)
Constructor without base exception.
|
CoreException(String message,
Throwable t)
Constructor with message and throwable.
|
CoreException(Throwable t)
Constructor without custom message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CoreException(MessageItem messageItem, Throwable t)
messageItem
- the message to display.t
- the base exception thrownpublic CoreException(String message, Throwable t)
message
- the message to display.t
- the base exception thrownpublic CoreException(String message)
message
- the message to display.public CoreException(MessageItem messageItem)
messageItem
- the message to display.public CoreException(MessageItem messageItem, Throwable t, Object... parameters)
messageItem
- the message item to display.t
- the base exception thrownparameters
- the message parameters (if any)public CoreException(MessageItem messageItem, Object... parameters)
messageItem
- the message item to display.parameters
- the message parameters (if any)public CoreException(Throwable t)
t
- the base exception thrownCopyright © 2011–2016 JRebirth OSS. All rights reserved.