public class FatalException extends RuntimeException
| Constructor and Description |
|---|
FatalException(String msg)
Constructor.
|
FatalException(String msg,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FatalException(String msg)
msg - message describing the exceptionCopyright © 2003–2015. All rights reserved.