sexp
Class SExpParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sexp.SExpParseException
- All Implemented Interfaces:
- Serializable
public class SExpParseException
- extends Exception
SExpParseException represents an exception caused by trying to parse a malformed
string as an s-expression.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SExpParseException
public SExpParseException()
SExpParseException
public SExpParseException(String msg)
SExpParseException
public SExpParseException(Exception e)