org.jfree.report
public class ReportInterruptedException extends ReportProcessingException
| Constructor and Description |
|---|
ReportInterruptedException(java.lang.String message)
Creates an exception.
|
ReportInterruptedException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic ReportInterruptedException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public ReportInterruptedException(java.lang.String message)
message - the exception message.