Class ScriptCompilationException
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.ScriptCompilationException
- All Implemented Interfaces:
Serializable
Exception thrown on script compilation failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptCompilationException(String message) ScriptCompilationException(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
-
ScriptCompilationException
-
ScriptCompilationException
-