org.pentaho.reporting.libraries.formula.typing
Class TypeConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by org.pentaho.reporting.libraries.formula.EvaluationException
                  extended by org.pentaho.reporting.libraries.formula.typing.TypeConversionException
All Implemented Interfaces:
Serializable

public class TypeConversionException
extends EvaluationException

Creation-Date: 10.04.2007, 14:13:40

Author:
Thomas Morgner
See Also:
Serialized Form

Method Summary
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static TypeConversionException getInstance()