public class LispReaderException extends Exception
| Constructor and Description |
|---|
LispReaderException()
Constructor for LispReaderException.
|
LispReaderException(String message)
Constructor for LispReaderException with message parameter.
|
LispReaderException(String message,
Throwable cause)
Constructor for LispReaderException with message and cause parameters.
|
LispReaderException(Throwable cause)
Constructor for LispReaderException with cause parameter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LispReaderException()
public LispReaderException(String message, Throwable cause)
message - exception messagecause - throwable causepublic LispReaderException(String message)
message - exception messagepublic LispReaderException(Throwable cause)
cause - throwable cause