Package org.cristalise.kernel.scripting
Class ScriptParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cristalise.kernel.scripting.ScriptingEngineException
org.cristalise.kernel.scripting.ScriptParsingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newScriptParsingExceptionwithout detail message.Constructs anScriptParsingExceptionwith the specified detail message.ScriptParsingException(String message, Throwable throwable) ScriptParsingException(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
-
ScriptParsingException
public ScriptParsingException()Creates newScriptParsingExceptionwithout detail message. -
ScriptParsingException
Constructs anScriptParsingExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ScriptParsingException
-
ScriptParsingException
-