com.jaxfront.core.rule
Class FormulaException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.jaxfront.core.rule.FormulaException
All Implemented Interfaces:
java.io.Serializable

public class FormulaException
extends java.lang.Throwable

Exception is thrown while parsing or evaluating a formula expression.

Version:
1.60
See Also:
FormulaExpression, Serialized Form

Constructor Summary
FormulaException(java.lang.Throwable t)
          Constructor for creating a formula exception based on a nested throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormulaException

public FormulaException(java.lang.Throwable t)
Constructor for creating a formula exception based on a nested throwable.

Parameters:
t - nested throwable