org.outerj.xreporter.report
Class LoadReportStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.report.LoadReportStateException
All Implemented Interfaces:
java.io.Serializable

public class LoadReportStateException
extends java.lang.Exception

This exception is thrown by Report.restoreState when the state couldn't be restored. This could occur if the report definition changed since the report state was retrieved (e.g. new required parameters were added), or when there are problems running the execution-parts of the flow steps.s

See Also:
Serialized Form

Constructor Summary
LoadReportStateException(java.lang.String message)
           
LoadReportStateException(java.lang.String message, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadReportStateException

public LoadReportStateException(java.lang.String message)

LoadReportStateException

public LoadReportStateException(java.lang.String message,
                                java.lang.Exception e)