org.springmodules.validation.util.fel
Class FelException

java.lang.Object
  extended by NestedRuntimeException
      extended by org.springmodules.validation.util.fel.FelException
Direct Known Subclasses:
FelEvaluationException, FelParseException

public class FelException
extends NestedRuntimeException

A parent class for all FEL exceptions.

Author:
Uri Boness

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

FelException

public FelException(java.lang.String msg)

FelException

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


Copyright © 2005. All Rights Reserved.