Class TypeConversionException
- 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.typing.TypeConversionException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeConversionException extends EvaluationException
Creation-Date: 10.04.2007, 14:13:40- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeConversionException
getInstance()
-
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
-
-
-
-
Method Detail
-
getInstance
public static TypeConversionException getInstance()
-
-