sexp
Class SExpParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SExpParseException()
           
SExpParseException(Exception e)
           
SExpParseException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SExpParseException

public SExpParseException()

SExpParseException

public SExpParseException(String msg)

SExpParseException

public SExpParseException(Exception e)