org.eclipse.ocl
Class SemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ocl.ParserException
              extended by org.eclipse.ocl.SemanticException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LookupException

public class SemanticException
extends ParserException

Exception indicating a semantic error in parsing or validating OCL expressions.

Author:
Christian Vogt (cvogt)
See Also:
Serialized Form

Constructor Summary
SemanticException(org.eclipse.emf.common.util.Diagnostic problem)
          Initializes me with a diagnostic obtained from a problem handler.
SemanticException(java.lang.String msg)
          Initializes me with a user-friendly message describing the nature of the parse failure.
SemanticException(java.lang.String msg, java.lang.Throwable cause)
          Initializes me with a message and an exception that caused the parse failure.
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.ParserException
getDiagnostic
 
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 msg)
Initializes me with a user-friendly message describing the nature of the parse failure.

Parameters:
msg - the exception message

SemanticException

public SemanticException(java.lang.String msg,
                         java.lang.Throwable cause)
Initializes me with a message and an exception that caused the parse failure.

Parameters:
msg - my user-friendly message
cause - the cause of the parse failure

SemanticException

public SemanticException(org.eclipse.emf.common.util.Diagnostic problem)
Initializes me with a diagnostic obtained from a problem handler.

Parameters:
problem - the diagnostic
Since:
1.2