org.springmodules.validation.util.cel
Class CelException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.springframework.core.NestedRuntimeException
                  
org.springmodules.validation.util.cel.CelException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - CelParseException
 
public class CelException
- extends NestedRuntimeException
 
A parent class for all CEL exceptions.
- Author:
 
  - Uri Boness
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
CelException
public CelException(String msg)
CelException
public CelException(String msg,
                    Throwable ex)
Copyright © 2009. All Rights Reserved.