org.springmodules.validation.util.fel
Class FelEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springmodules.validation.util.fel.FelException
org.springmodules.validation.util.fel.FelEvaluationException
- All Implemented Interfaces:
- Serializable
public class FelEvaluationException
- extends FelException
Thrown by Function.evaluate(Object)
when the evaluation of the function fails.
- Author:
- Uri Boness
- See Also:
- Serialized Form
FelEvaluationException
public FelEvaluationException(String msg)
- Construct a
NestedRuntimeException
with the specified detail message.
- Parameters:
msg
- the detail message
FelEvaluationException
public FelEvaluationException(String msg,
Throwable ex)
- Construct a
NestedRuntimeException
with the specified detail message
and nested exception.
- Parameters:
msg
- the detail messageex
- the nested exception
Copyright © 2009. All Rights Reserved.