org.ourgrid.common.spec.lexical
Class LexicalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.spec.main.CompilerException
              extended by org.ourgrid.common.spec.lexical.LexicalException
All Implemented Interfaces:
java.io.Serializable

public class LexicalException
extends CompilerException

Used to encapsulate errors that happened at the lexical analysis of the source.

See Also:
Serialized Form

Constructor Summary
LexicalException(java.lang.String string)
           
LexicalException(java.lang.String arg0, java.lang.Throwable arg1)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

LexicalException

public LexicalException(java.lang.String arg0,
                        java.lang.Throwable arg1)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

LexicalException

public LexicalException(java.lang.String string)
See Also:
Exception.Exception(java.lang.String)