Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class chomps.ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--chomps.ParserException

public class ParserException
extends java.lang.Exception
Thrown to show a general parser error has occurred.

See Also:
Chompy, Serialized Form

Constructor Summary
ParserException()
          Constructs a ParserException with no detail message.
ParserException(java.lang.String s)
          Constructs a ParserException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException()
Constructs a ParserException with no detail message.

ParserException

public ParserException(java.lang.String s)
Constructs a ParserException with the specified detail message.
Parameters:
s - The detail message.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD