com.pmease.quickbuild.plugin.report.engine.exception
Class TypeCastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pmease.quickbuild.plugin.report.engine.exception.ReportException
                  extended by com.pmease.quickbuild.plugin.report.engine.exception.TypeCastException
All Implemented Interfaces:
java.io.Serializable

public class TypeCastException
extends ReportException

See Also:
Serialized Form

Constructor Summary
TypeCastException()
           
TypeCastException(java.lang.Object value, DataType type)
           
TypeCastException(java.lang.Object value, DataType type, java.lang.Throwable e)
           
TypeCastException(java.lang.String msg)
           
TypeCastException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeCastException

public TypeCastException()

TypeCastException

public TypeCastException(java.lang.String msg)

TypeCastException

public TypeCastException(java.lang.String msg,
                         java.lang.Throwable cause)

TypeCastException

public TypeCastException(java.lang.Object value,
                         DataType type)

TypeCastException

public TypeCastException(java.lang.Object value,
                         DataType type,
                         java.lang.Throwable e)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.