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:
java.io.Serializable

public class TypeConversionException
extends EvaluationException

Creation-Date: 10.04.2007, 14:13:40

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
TypeConversionException()
           
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.formula.EvaluationException
getErrorValue
 
Methods inherited from class org.pentaho.reporting.libraries.base.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

TypeConversionException

public TypeConversionException()