public class AsciiTableException extends RuntimeException
Standard exception for ASCII tables.
| Constructor and Description |
|---|
AsciiTableException()
Returns a new exception
|
AsciiTableException(String msg,
String cause)
Returns a new exception with given cause and message
|
AsciiTableException(Throwable cause)
Returns a new exception with given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AsciiTableException()
Returns a new exception
public AsciiTableException(Throwable cause)
Returns a new exception with given cause
cause - exception causeCopyright © 2014–2017. All rights reserved.