|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.tptp.platform.report.core.provisional.RendererException
This exception will be thrown if an error occurs during chart rendering time.
| 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 |
public RendererException()
public RendererException(java.lang.String message,
java.lang.Throwable cause)
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.public RendererException(java.lang.String message)
message - detailed error message.public RendererException(java.lang.Throwable cause)
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||