Package org.cristalise.kernel.scripting
Class ScriptingEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cristalise.kernel.scripting.ScriptingEngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParameterException,ScriptLoadingException,ScriptParsingException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newsciptingEngineExceptionwithout detail message.Constructs ansciptingEngineExceptionwith the specified detail message.ScriptingEngineException(String message, Throwable throwable) ScriptingEngineException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptingEngineException
public ScriptingEngineException()Creates newsciptingEngineExceptionwithout detail message. -
ScriptingEngineException
Constructs ansciptingEngineExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ScriptingEngineException
-
ScriptingEngineException
-