Package jaxx.compiler.css.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jaxx.compiler.CompilerException
jaxx.compiler.java.parser.ParseException
jaxx.compiler.css.parser.ParseException
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends ParseException
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class jaxx.compiler.java.parser.ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage -
Constructor Summary
Constructors Constructor Description ParseException()ParseException(java.lang.String message)ParseException(java.lang.String message, int line, int column) -
Method Summary
Methods inherited from class jaxx.compiler.java.parser.ParseException
add_escapes, getColumn, getLine, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ParseException
public ParseException() -
ParseException
public ParseException(java.lang.String message) -
ParseException
public ParseException(java.lang.String message, int line, int column)
-