public class JRSubreportRunResult extends Object
JRSubreportRunner.start()
or JRSubreportRunner.resume()
.Constructor and Description |
---|
JRSubreportRunResult(boolean finished,
Throwable exception) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Returns the exception thrown by the subreport fill.
|
boolean |
hasFinished()
Decides whether the subreport fill has finished (the subreport does not need
to continue on a new page).
|
boolean |
isError()
Decides whether the fill has resulted in an error.
|
public JRSubreportRunResult(boolean finished, Throwable exception)
public boolean isError()
public Throwable getException()
public boolean hasFinished()
Copyright © 2016. All rights reserved.