cse466.parser
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cse466.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

An exception to throw on malformed input.

See Also:
Serialized Form

Field Summary
(package private)  int _line
           
(package private)  java.lang.String _message
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ParserException(java.lang.String message, int line)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_line

int _line

_message

java.lang.String _message
Constructor Detail

ParserException

public ParserException(java.lang.String message,
                       int line)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable