org.jfree.report
public class ReportException extends org.pentaho.reporting.libraries.base.util.StackableException
| Constructor and Description |
|---|
ReportException()
Creates a StackableRuntimeException with no message and no parent.
|
ReportException(java.lang.String message)
Creates an exception.
|
ReportException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic ReportException()
public ReportException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public ReportException(java.lang.String message)
message - the exception message.