edu.rice.cs.util.sexp
Class LexingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rice.cs.util.sexp.LexingException
- All Implemented Interfaces:
- Serializable
class LexingException
- extends RuntimeException
This exception is used by the lexer. It extends
RuntimeException so that each place readToken() is
used on the lexer doesn't need to be declared to
throw an SExpParseException. This exception is
handled by the parser and turned into a parse
exception eventually.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LexingException
public LexingException(String msg)