org.springmodules.validation.util.cel
Class CelParseException

java.lang.Object
  extended by NestedRuntimeException
      extended by org.springmodules.validation.util.cel.CelException
          extended by org.springmodules.validation.util.cel.CelParseException

public class CelParseException
extends CelException

Thrown by ConditionExpressionParser.parse(String) when the parsing fails.

Author:
Uri Boness

Constructor Summary
CelParseException(java.lang.String msg)
           
CelParseException(java.lang.String msg, java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CelParseException

public CelParseException(java.lang.String msg)

CelParseException

public CelParseException(java.lang.String msg,
                         java.lang.Throwable ex)


Copyright © 2005. All Rights Reserved.