Class TraversalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.kit.ipd.sdq.eventsim.exceptions.UncheckedSimulationException
-
- edu.kit.ipd.sdq.eventsim.exceptions.unchecked.TraversalException
-
- All Implemented Interfaces:
Serializable
public class TraversalException extends UncheckedSimulationException
This exception indicates a problem while traversing the actions of aScenarioBehaviour
or aResourceDemandingBehaviour
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TraversalException()
TraversalException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TraversalException
public TraversalException()
-
TraversalException
public TraversalException(String message)
-
-