|
||||||||||
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.ReportProcessingException
org.jfree.report.ReportEventException
The ReportEventException is thrown, if there were unrecoverable exceptions during the report processing.
Constructor Summary | |
ReportEventException(java.lang.String message,
java.util.List childExceptions)
Creates an ReportEventException to handle exceptions, that occured during the event dispatching. |
Method Summary | |
java.util.List |
getChildExceptions()
Gets the collected child exceptions, that occured during the event dispatching. |
java.lang.String |
getMessage()
Returns the errort message string of this throwable object. |
void |
printStackTrace(java.io.PrintStream stream)
Prints the stack trace to the specified stream. |
void |
printStackTrace(java.io.PrintWriter writer)
Prints the stack trace to the specified writer. |
Methods inherited from class org.jfree.util.StackableException |
getParent, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportEventException(java.lang.String message, java.util.List childExceptions)
message
- the exception message.childExceptions
- the collected exceptions.Method Detail |
public java.util.List getChildExceptions()
public java.lang.String getMessage()
Throwable
object if it was created with an
error message string; or null
if it was
created with no error message.public void printStackTrace(java.io.PrintWriter writer)
writer
- the writer.public void printStackTrace(java.io.PrintStream stream)
stream
- the output stream.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |