com.jasml.compiler
Class GrammerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jasml.compiler.ParsingException
              extended bycom.jasml.compiler.GrammerException
All Implemented Interfaces:
java.io.Serializable

public class GrammerException
extends ParsingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jasml.compiler.ParsingException
column, line, offset
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GrammerException(int offset, int line, int column, java.lang.String msg)
           
GrammerException(int line, int column, java.lang.String msg)
           
GrammerException(int offset, java.lang.String msg)
           
GrammerException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class com.jasml.compiler.ParsingException
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
 

Constructor Detail

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)