TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.xml.internal
Class DXmlError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.eclipse.tptp.platform.report.drivers.xml.internal.DXmlError
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DXmlError
extends java.lang.Error

DXmlError can be thrown by DXmlReader when it detects bad constructed xml document or something making it grumpiness.

See Also:
Serialized Form

Constructor Summary
DXmlError(java.lang.String m)
          Deprecated.  
 
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

DXmlError

public DXmlError(java.lang.String m)
Deprecated. 

TPTP 4.6.0 Platform Project
Internal API Specification