org.eclipse.ocl.examples.pivot
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.ocl.examples.pivot.EvaluationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EvaluationHaltedException, InvalidEvaluationException

public abstract class EvaluationException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
protected EvaluationException(java.lang.String message)
           
protected EvaluationException(java.lang.String message, java.lang.Throwable cause)
           
protected EvaluationException(java.lang.Throwable cause)
           
 
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

EvaluationException

protected EvaluationException(java.lang.String message)

EvaluationException

protected EvaluationException(java.lang.Throwable cause)

EvaluationException

protected EvaluationException(java.lang.String message,
                              java.lang.Throwable cause)