Class NoSequentialGraphException
- 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.NoSequentialGraphException
-
- All Implemented Interfaces:
Serializable
public class NoSequentialGraphException extends CakeException
Exception representing the case that a NESTGraph object is not a de facto resource as required.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSequentialGraphException(String message, Object caller, Object... parameters)NoSequentialGraphException(String component, String key, Object parameter1)
-
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
-
-