edu.cornell.cs.sam.io
Class TokenParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.cornell.cs.sam.io.TokenizerException
                  extended by edu.cornell.cs.sam.io.TokenParseException
All Implemented Interfaces:
java.io.Serializable

public class TokenParseException
extends TokenizerException

Exception that indicates error while parsing a token

See Also:
Serialized Form

Constructor Summary
TokenParseException(java.lang.String msg, int lc)
           
 
Method Summary
 
Methods inherited from class edu.cornell.cs.sam.io.TokenizerException
getLine, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenParseException

public TokenParseException(java.lang.String msg,
                           int lc)