|
||||||||||
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.jfree.util.StackableException
org.jfree.report.ReportInitialisationException
An exception that is thrown when a report fails to initialise.
Constructor Summary | |
ReportInitialisationException()
Constructs an Exception with no specified detail message. |
|
ReportInitialisationException(java.lang.String s)
Constructs an Exception with the specified detail message. |
|
ReportInitialisationException(java.lang.String s,
java.lang.Exception e)
Constructs an Exception with the specified detail message. |
Methods inherited from class org.jfree.util.StackableException |
getParent, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportInitialisationException()
Exception
with no specified detail message.
public ReportInitialisationException(java.lang.String s)
Exception
with the specified detail message.
s
- the detail message.public ReportInitialisationException(java.lang.String s, java.lang.Exception e)
Exception
with the specified detail message.
s
- the detail message.e
- the parent exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |