com.jasml.compiler
Class ParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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
 
Constructor Summary
ParsingException(int offset, int line, int column, java.lang.String msg)
           
ParsingException(int line, int column, java.lang.String msg)
           
ParsingException(int offset, java.lang.String msg)
           
ParsingException(java.lang.String msg)
           
ParsingException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Field Detail

offset

int offset

line

int line

column

int column
Constructor Detail

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)
Method Detail

getMessage

public java.lang.String getMessage()