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