Package rosequartz
Class CallerNotEngineRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rosequartz.CallerNotEngineRuntimeException
- All Implemented Interfaces:
Serializable
Exception to be thrown by methods that may only be called by the engine runtime if they are called from non-engine-runtime code.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallerNotEngineRuntimeException
public CallerNotEngineRuntimeException()
-