|
|||||||||
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.jfree.report.ReportException
org.jfree.report.ReportProcessingException
public class ReportProcessingException
An exception that can be thrown during report processing, if an error occurs.
Constructor Summary | |
---|---|
ReportProcessingException(java.lang.String message)
Creates an exception. |
|
ReportProcessingException(java.lang.String message,
java.lang.Exception ex)
Creates an exception. |
Method Summary |
---|
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException |
---|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString, update |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportProcessingException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ReportProcessingException(java.lang.String message)
message
- the exception message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |