| org.jfree.report.ReportException org.jfree.report.ReportProcessingException org.jfree.report.ReportEventException
ReportEventException | public class ReportEventException extends ReportProcessingException (Code) | | The ReportEventException is thrown, if there were unrecoverable exceptions during the
report processing.
author: Thomas Morgner |
Constructor Summary | |
public | ReportEventException(String message, List childExceptions) Creates an ReportEventException to handle exceptions, that occured during the event
dispatching. |
ReportEventException | public ReportEventException(String message, List childExceptions)(Code) | | Creates an ReportEventException to handle exceptions, that occured during the event
dispatching.
Parameters: message - the exception message. Parameters: childExceptions - the collected exceptions. |
getChildExceptions | public List getChildExceptions()(Code) | | Gets the collected child exceptions, that occured during the event dispatching.
the collected child exceptions. |
getMessage | public String getMessage()(Code) | | Returns the errort message string of this throwable object.
the error message string of this Throwable object if it wascreated with an error message string; or null if it was createdwith no error message. |
printStackTrace | public void printStackTrace(PrintWriter writer)(Code) | | Prints the stack trace to the specified writer.
Parameters: writer - the writer. |
printStackTrace | public void printStackTrace(PrintStream stream)(Code) | | Prints the stack trace to the specified stream.
Parameters: stream - the output stream. |
|
|