| |
|
| java.lang.Object net.sf.jasperreports.engine.fill.JRSubreportRunResult
Method Summary | |
public Throwable | getException() Returns the exception thrown by the subreport fill. | public boolean | hasFinished() Decides whether the subreport fill has finished (the subreport does not need
to continue on a new page). | public boolean | isError() Decides whether the fill has resulted in an error. |
JRSubreportRunResult | public JRSubreportRunResult(boolean finished, Throwable exception)(Code) | | |
getException | public Throwable getException()(Code) | | Returns the exception thrown by the subreport fill.
the exception thrown by the subreport fill |
hasFinished | public boolean hasFinished()(Code) | | Decides whether the subreport fill has finished (the subreport does not need
to continue on a new page).
whether the subreport fill has finished |
isError | public boolean isError()(Code) | | Decides whether the fill has resulted in an error.
whether the fill has resulted in an error |
|
|
|