TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.core.provisional
Class RendererException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.tptp.platform.report.core.provisional.RendererException
All Implemented Interfaces:
java.io.Serializable

public class RendererException
extends java.lang.Exception

This exception will be thrown if an error occurs during chart rendering time.

See Also:
Serialized Form

Constructor Summary
RendererException()
          Constructs a RendererException with no specified detail message or cause.
RendererException(java.lang.String message)
          Constructs a RendererException with the specified detail message.
RendererException(java.lang.String message, java.lang.Throwable cause)
          Constructs a RendererException with the specified detail message and cause.
RendererException(java.lang.Throwable cause)
          Constructs a RendererException with a specified cause.
 
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

RendererException

public RendererException()
Constructs a RendererException with no specified detail message or cause.


RendererException

public RendererException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs a RendererException with the specified detail message and cause.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
message - detailed error message.

RendererException

public RendererException(java.lang.String message)
Constructs a RendererException with the specified detail message.

Parameters:
message - detailed error message.

RendererException

public RendererException(java.lang.Throwable cause)
Constructs a RendererException with a specified cause.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

TPTP 4.1.0 Platform Project
Public API Specification