org.ourgrid.common.spec.main
Class CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.spec.main.CompilerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LexicalException, SemanticException, SpecialCharException, SyntacticalException

public class CompilerException
extends java.lang.Exception

This Exception wraps the various types of exceptions that can happens into the compilation process.

See Also:
Serialized Form

Constructor Summary
CompilerException(java.lang.String arg0)
           
CompilerException(java.lang.String arg0, java.lang.Throwable arg1)
           
CompilerException(java.lang.Throwable arg0)
           
 
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

CompilerException

public CompilerException(java.lang.String arg0)
See Also:
Exception.Exception(java.lang.String)

CompilerException

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

CompilerException

public CompilerException(java.lang.Throwable arg0)
See Also:
Exception.Exception(java.lang.Throwable)