de.tuberlin.cs.cis.ocl.eval.instance
Class FeatureInvocationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.tuberlin.cs.cis.ocl.eval.instance.FeatureInvocationException
- All Implemented Interfaces:
- java.io.Serializable
- public class FeatureInvocationException
- extends java.lang.RuntimeException
Thrown when an exception occurs while accessing a feature or invoking an
operation. This especially is the case if an undefined feature is specified.
- Author:
- fchabar
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FeatureInvocationException
public FeatureInvocationException()
FeatureInvocationException
public FeatureInvocationException(java.lang.String arg0)
FeatureInvocationException
public FeatureInvocationException(java.lang.String arg0,
java.lang.Throwable arg1)
FeatureInvocationException
public FeatureInvocationException(java.lang.Throwable arg0)