jsdsi.sexp
Class Parser.ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jsdsi.sexp.Parser.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Parser

public static class Parser.ParseException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
Parser.ParseException(java.lang.String m)
           
Parser.ParseException(java.lang.String m, java.lang.Throwable t)
           
Parser.ParseException(java.lang.Throwable t)
           
 
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

Parser.ParseException

public Parser.ParseException(java.lang.String m)

Parser.ParseException

public Parser.ParseException(java.lang.Throwable t)

Parser.ParseException

public Parser.ParseException(java.lang.String m,
                             java.lang.Throwable t)