Package com.evolveum.midpoint.model.api
Class ScriptExecutionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.evolveum.midpoint.model.api.ScriptExecutionException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ScriptExecutionException extends Exception
Wraps any exceptions that occur during execution of expressions. (ExpressionEvaluationException would be more appropriate, but this name is already used elsewhere.)- Author:
 - mederly
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ScriptExecutionException()ScriptExecutionException(String message)ScriptExecutionException(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 
 - 
 
 -