Klasse EngineError
java.lang.Object
com.inet.report.EngineError
- Alle implementierten Schnittstellen:
Serializable
This class provides information about an execution error of an
Engine or a sub Engine.- Seit:
- 8.2
- Siehe auch:
-
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetCause()Returns theThrowableresponsible for this error.Returns the message text for this error.intReturns the index of the sub report if the error was raised during execution of a sub report.
-
Methodendetails
-
getMessage
Returns the message text for this error.- Gibt zurück:
- message of this error
- Seit:
- 8.2
-
getCause
Returns theThrowableresponsible for this error.- Gibt zurück:
- the
Throwableresponsible for this error - Seit:
- 8.2
-
getSubreportIndex
public int getSubreportIndex()Returns the index of the sub report if the error was raised during execution of a sub report. If the error occurred in the main report this will return -1.- Gibt zurück:
- The index of the sub report or -1 if the error occurred in the main report.
- Seit:
- 8.2
-