com.jasml.compiler
Class GrammerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jasml.compiler.ParsingException
com.jasml.compiler.GrammerException
- All Implemented Interfaces:
- java.io.Serializable
- public class GrammerException
- extends ParsingException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GrammerException
public GrammerException(int offset,
java.lang.String msg)
GrammerException
public GrammerException(int offset,
int line,
int column,
java.lang.String msg)
GrammerException
public GrammerException(java.lang.String msg,
java.lang.Exception e)
GrammerException
public GrammerException(int line,
int column,
java.lang.String msg)