org.eclipse.ocl.ecore.delegate
Class OCLDelegateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.common.util.WrappedException
                  extended by org.eclipse.ocl.common.internal.delegate.OCLDelegateException
                      extended by org.eclipse.ocl.ecore.delegate.OCLDelegateException
All Implemented Interfaces:
java.io.Serializable

public class OCLDelegateException
extends OCLDelegateException

Since:
3.0
See Also:
Serialized Form

Constructor Summary
OCLDelegateException(java.lang.String message)
           
OCLDelegateException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.emf.common.util.WrappedException
exception
 
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

OCLDelegateException

public OCLDelegateException(java.lang.String message)

OCLDelegateException

public OCLDelegateException(java.lang.String message,
                            java.lang.Exception cause)