com.jasml.compiler
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jasml.compiler.ParsingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- GrammerException
- public class ParsingException
- extends java.lang.Exception
- See Also:
- Serialized Form
Field Summary |
(package private) int |
column
|
(package private) int |
line
|
(package private) int |
offset
|
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 |
offset
int offset
line
int line
column
int column
ParsingException
public ParsingException(int offset,
int line,
int column,
java.lang.String msg)
ParsingException
public ParsingException(int line,
int column,
java.lang.String msg)
ParsingException
public ParsingException(int offset,
java.lang.String msg)
ParsingException
public ParsingException(java.lang.String msg,
java.lang.Exception e)
ParsingException
public ParsingException(java.lang.String msg)
getMessage
public java.lang.String getMessage()