Class InvalidExecutorThreadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.aristaflow.adept2.model.runtimeenvironment.InvalidExecutorThreadException
-
- All Implemented Interfaces:
Serializable
public class InvalidExecutorThreadException extends RuntimeException
This Exception is thrown by a method if a forbidden thread tries to execute that method.- Author:
- Markus Lauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidExecutorThreadException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-