org.jfree.report
Class ReportInterruptedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jfree.util.StackableException
              extended byorg.jfree.report.ReportProcessingException
                  extended byorg.jfree.report.ReportInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class ReportInterruptedException
extends ReportProcessingException

This exception is thrown when the current thread received the Interrupt-signal while the report is beeing processed. Depending on the ReportProcessor implementation such an signal would abort the report generation.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ReportInterruptedException(java.lang.String message)
          Creates an exception.
ReportInterruptedException(java.lang.String message, java.lang.Exception ex)
          Creates an exception.
 
Methods inherited from class org.jfree.util.StackableException
getParent, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportInterruptedException

public ReportInterruptedException(java.lang.String message,
                                  java.lang.Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

ReportInterruptedException

public ReportInterruptedException(java.lang.String message)
Creates an exception.

Parameters:
message - the exception message.