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
public class NoSemanticDescriptorException extends CakeException
TheNoSemanticDescriptorExceptionis thrown when the requested semantic descriptor of a NESTNodeObject is not set.- Author:
- Christian Zeyen
- See Also:
CakeException, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSemanticDescriptorException(Object caller, NESTGraphItemObject object)
-
Method Summary
-
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CakeException
getCaller, getComponent, getDetailedMessage, getKey, getParameter, getParameters
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSemanticDescriptorException
public NoSemanticDescriptorException(Object caller, NESTGraphItemObject object)
- Parameters:
caller- the caller of the exception (which is saved for later retrieval by theCakeException.getCaller()method)object- the name of the missing attribute (which is saved for later retrieval by theCakeException.getParameter(int)} method)
-
-