public class JewelRuntimeException extends RuntimeException
| Constructor and Description |
|---|
JewelRuntimeException()
A new exception with no message
|
JewelRuntimeException(String message)
A new exception with the given message
|
JewelRuntimeException(String message,
Throwable cause)
A new exception with the given message and cause
|
JewelRuntimeException(Throwable cause)
A new exception with the given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JewelRuntimeException()
public JewelRuntimeException(String message, Throwable cause)
message - The messagecause - The causepublic JewelRuntimeException(String message)
message - The messagepublic JewelRuntimeException(Throwable cause)
cause - The causeCopyright © 2006-2014 lexicalscope. All Rights Reserved.