org.springmodules.validation.util.fel
Class FelParseException
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.FelParseException
- All Implemented Interfaces:
- Serializable
public class FelParseException
- extends FelException
Thrown by FunctionExpressionParser.parse(String)
when the parsing fails.
- Author:
- Uri Boness
- See Also:
- Serialized Form
FelParseException
public FelParseException(String msg)
- Construct a
NestedRuntimeException
with the specified detail message.
- Parameters:
msg
- the detail message
FelParseException
public FelParseException(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.