Class ContextEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.reporting.libraries.base.util.StackableException
-
- org.pentaho.reporting.libraries.formula.EvaluationException
-
- org.pentaho.reporting.libraries.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
Constructors Constructor Description ContextEvaluationException(ErrorValue errorValue)
-
Method Summary
-
Methods inherited from class org.pentaho.reporting.libraries.formula.EvaluationException
getErrorValue, getInstance, getMessage
-
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ContextEvaluationException
public ContextEvaluationException(ErrorValue errorValue)
-
-