org.camunda.bpm.engine
Class ScriptEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.ScriptEngineException
org.camunda.bpm.engine.ScriptEvaluationException
- All Implemented Interfaces:
- Serializable
public class ScriptEvaluationException
- extends ScriptEngineException
Exception resulting from a error during a script evaluation.
- Author:
- Sebastian Menski
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptEvaluationException
public ScriptEvaluationException()
ScriptEvaluationException
public ScriptEvaluationException(String message,
Throwable cause)
ScriptEvaluationException
public ScriptEvaluationException(String message)
ScriptEvaluationException
public ScriptEvaluationException(Throwable cause)
Copyright © 2016 camunda services GmbH. All rights reserved.