org.jfree.formula
Class ContextEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jfree.util.StackableException
              extended by org.jfree.formula.EvaluationException
                  extended by org.jfree.formula.ContextEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class ContextEvaluationException
extends EvaluationException

Creation-Date: Dec 5, 2006, 4:19:26 PM

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ContextEvaluationException(ErrorValue errorValue)
           
 
Method Summary
 
Methods inherited from class org.jfree.formula.EvaluationException
getErrorValue
 
Methods inherited from class org.jfree.util.StackableException
getParent, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextEvaluationException

public ContextEvaluationException(ErrorValue errorValue)