com.evolveum.midpoint.util.exception
Class ExpressionEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.util.exception.CommonException
              extended by com.evolveum.midpoint.util.exception.ExpressionEvaluationException
All Implemented Interfaces:
Serializable

public class ExpressionEvaluationException
extends CommonException

Error during evaluation of expression. The expressions are defined by system administrator.

Author:
Radovan Semancik
See Also:
Serialized Form

Constructor Summary
ExpressionEvaluationException()
           
ExpressionEvaluationException(String message)
           
ExpressionEvaluationException(String message, Throwable cause)
           
ExpressionEvaluationException(Throwable cause)
           
 
Method Summary
 String getOperationResultMessage()
          TOTO: switch return value to a localized message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionEvaluationException

public ExpressionEvaluationException()

ExpressionEvaluationException

public ExpressionEvaluationException(String message)

ExpressionEvaluationException

public ExpressionEvaluationException(Throwable cause)

ExpressionEvaluationException

public ExpressionEvaluationException(String message,
                                     Throwable cause)
Method Detail

getOperationResultMessage

public String getOperationResultMessage()
Description copied from class: CommonException
TOTO: switch return value to a localized message

Specified by:
getOperationResultMessage in class CommonException
Returns:


Copyright © 2013 evolveum. All Rights Reserved.