org.ourgrid.common.spec.semantic.exception
Class SemanticException

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.semantic.exception.SemanticException
All Implemented Interfaces:
java.io.Serializable

public class SemanticException
extends CompilerException

Indicates that an error happened into the Semantic module.

See Also:
Serialized Form

Constructor Summary
SemanticException(java.lang.String arg0)
           
SemanticException(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

SemanticException

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

SemanticException

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