Package org.camunda.bpm.engine
Class ScriptEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.ScriptEngineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ScriptCompilationException
,ScriptEvaluationException
public class ScriptEngineException extends ProcessEngineException
Base exception resulting from a script engine interaction.
- Author:
- Sebastian Menski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptEngineException()
ScriptEngineException(java.lang.String message)
ScriptEngineException(java.lang.String message, java.lang.Throwable cause)
ScriptEngineException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ScriptEngineException
public ScriptEngineException()
-
ScriptEngineException
public ScriptEngineException(java.lang.String message, java.lang.Throwable cause)
-
ScriptEngineException
public ScriptEngineException(java.lang.String message)
-
ScriptEngineException
public ScriptEngineException(java.lang.Throwable cause)
-
-