java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pauware.pauware_engine.Exceptions.State_exception
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
State_based_exception
,StateMachine_execution_exception
,Transition_based_exception
public class State_exception
extends java.lang.Exception
This class creates a common supertype for the
State_based_exception
, Transition_based_exception
and
StateMachine_execution_exception
classes.
Compatibility: Java 9.
- Since:
- 1.0
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description State_exception(java.lang.String message)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
State_exception
public State_exception(java.lang.String message)- Parameters:
message
- A text explaining the problem's cause.
-