org.springmodules.validation.util.fel
Class FelEvaluationException

java.lang.Object
  extended by NestedRuntimeException
      extended by org.springmodules.validation.util.fel.FelException
          extended by org.springmodules.validation.util.fel.FelEvaluationException

public class FelEvaluationException
extends FelException

Thrown by Function.evaluate(Object) when the evaluation of the function fails.

Author:
Uri Boness

Constructor Summary
FelEvaluationException(java.lang.String msg)
          Construct a NestedRuntimeException with the specified detail message.
FelEvaluationException(java.lang.String msg, java.lang.Throwable ex)
          Construct a NestedRuntimeException with the specified detail message and nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FelEvaluationException

public FelEvaluationException(java.lang.String msg)
Construct a NestedRuntimeException with the specified detail message.

Parameters:
msg - the detail message

FelEvaluationException

public FelEvaluationException(java.lang.String msg,
                              java.lang.Throwable ex)
Construct a NestedRuntimeException with the specified detail message and nested exception.

Parameters:
msg - the detail message
ex - the nested exception


Copyright © 2005. All Rights Reserved.