public class SymbolException extends MaltChainedException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SymbolException(String message)
Creates a SymbolException object with a message
|
SymbolException(String message,
Throwable cause)
Creates a SymbolException object with a message and a cause to the exception.
|
getCause, getMessageChain, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public SymbolException(String message)
message
- the messagepublic SymbolException(String message, Throwable cause)
message
- the messagecause
- the cause to the exceptionCopyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.