org.springmodules.validation.util.cel
Class CelException

java.lang.Object
  extended by NestedRuntimeException
      extended by org.springmodules.validation.util.cel.CelException
Direct Known Subclasses:
CelParseException

public class CelException
extends NestedRuntimeException

A parent class for all CEL exceptions.

Author:
Uri Boness

Constructor Summary
CelException(java.lang.String msg)
           
CelException(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

CelException

public CelException(java.lang.String msg)

CelException

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


Copyright © 2005. All Rights Reserved.