Class UnsupportedScriptEngine
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.server.script.UnsupportedScriptEngine
- All Implemented Interfaces:
Serializable
Throw if the script engine is not supported by FirstSpirit.
- Since:
- 4.0.120
- Version:
- $Revision$
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedScriptEngine
(String message) Constructor taking the exception message.UnsupportedScriptEngine
(String message, Throwable cause) Constructor taking the exception message and a cause.UnsupportedScriptEngine
(Throwable cause) Constructor taking a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedScriptEngine
Constructor taking the exception message.- Parameters:
message
- The message.- Since:
- 4.0.120
-
UnsupportedScriptEngine
Constructor taking the exception message and a cause.- Parameters:
message
- The message.cause
- The cause.- Since:
- 4.0.120
-
UnsupportedScriptEngine
Constructor taking a cause.- Parameters:
cause
- The cause.- Since:
- 4.0.120
-