org.springmodules.validation.util.cel
Class CelParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springmodules.validation.util.cel.CelException
org.springmodules.validation.util.cel.CelParseException
- All Implemented Interfaces:
- Serializable
public class CelParseException
- extends CelException
Thrown by ConditionExpressionParser.parse(String)
when the parsing fails.
- Author:
- Uri Boness
- See Also:
- Serialized Form
CelParseException
public CelParseException(String msg)
CelParseException
public CelParseException(String msg,
Throwable ex)
Copyright © 2009. All Rights Reserved.