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:
java.io.Serializable
public class ScriptExecutionException extends ScriptingException
Exception thrown when execution of the script has failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptExecutionException(java.lang.String message)ScriptExecutionException(java.lang.String message, java.lang.Throwable cause)
-