|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectNestedRuntimeException
org.springmodules.validation.util.fel.FelException
org.springmodules.validation.util.fel.FelEvaluationException
public class FelEvaluationException
Thrown by Function.evaluate(Object) when the evaluation of the function fails.
| 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 |
|---|
public FelEvaluationException(java.lang.String msg)
NestedRuntimeException with the specified detail message.
msg - the detail message
public FelEvaluationException(java.lang.String msg,
java.lang.Throwable ex)
NestedRuntimeException with the specified detail message
and nested exception.
msg - the detail messageex - the nested exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||