public class At4JException extends RuntimeException
RuntimeException
, so it is unchecked.Constructor and Description |
---|
At4JException(String msg)
Create an exception with a message.
|
At4JException(String msg,
Throwable t)
Create an exception that wraps another exception and has a message.
|
At4JException(Throwable t)
Create an exception that wraps another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString