Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.scripting.engine.exception.ScriptingException
de.hybris.platform.scripting.engine.exception.ScriptExecutionException
- All Implemented Interfaces:
Serializable
Exception thrown when execution of the script has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptExecutionException(String message) ScriptExecutionException(String message, Throwable 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
-
ScriptExecutionException
-
ScriptExecutionException
-