|
||||||||||
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.outerj.xreporter.report.LoadReportStateException
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
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 |
public LoadReportStateException(java.lang.String message)
public LoadReportStateException(java.lang.String message, java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |