Class ScriptCompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.hac.scripting.exceptions.ScriptCompilationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ScriptCompilationException extends BusinessException
Exception which is thrown when script provided to the Scripting Language Shell has bad syntax.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptCompilationException(java.lang.String message, java.lang.Throwable cause)
-