TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.drivers.html
Class DHtmlWriterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.tptp.platform.report.tools.internal.DParser.ParserException
              extended byorg.eclipse.tptp.platform.report.drivers.html.DHtmlWriterException
All Implemented Interfaces:
java.io.Serializable

public class DHtmlWriterException
extends org.eclipse.tptp.platform.report.tools.internal.DParser.ParserException

Provides an exception class for the error occurs in the DHtmlWriter

See Also:
Serialized Form

Constructor Summary
DHtmlWriterException(java.lang.String message)
          creates a new generation exception
 
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

DHtmlWriterException

public DHtmlWriterException(java.lang.String message)
creates a new generation exception


TPTP 4.4.0 Platform Project
Public API Specification