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