org.springmodules.validation.util.fel
Class FelParseException

java.lang.Object
  extended by NestedRuntimeException
      extended by org.springmodules.validation.util.fel.FelException
          extended by org.springmodules.validation.util.fel.FelParseException

public class FelParseException
extends FelException

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

Author:
Uri Boness

Constructor Summary
FelParseException(java.lang.String msg)
          Construct a NestedRuntimeException with the specified detail message.
FelParseException(java.lang.String msg, java.lang.Throwable ex)
          Construct a NestedRuntimeException with the specified detail message and nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FelParseException

public FelParseException(java.lang.String msg)
Construct a NestedRuntimeException with the specified detail message.

Parameters:
msg - the detail message

FelParseException

public FelParseException(java.lang.String msg,
                         java.lang.Throwable ex)
Construct a NestedRuntimeException with the specified detail message and nested exception.

Parameters:
msg - the detail message
ex - the nested exception


Copyright © 2005. All Rights Reserved.