Class NoSemanticDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uni_trier.wi2.procake.utils.exception.CAKEException
de.uni_trier.wi2.procake.utils.exception.NoSemanticDescriptorException
- All Implemented Interfaces:
Serializable
The
NoSemanticDescriptorException
is thrown when the requested semantic descriptor
of a NESTNodeObject is not set.- Author:
- Christian Zeyen
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CAKEException
format
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSemanticDescriptorException
- Parameters:
caller
- the caller of the exceptionobject
- the name of the missing attribute
-