public class EngineStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
EngineError |
getError(int index)
Returns the EngineError at the given index.
|
int |
getErrorCount()
Returns the number of errors in this status
|
public int getErrorCount()
public EngineError getError(int index)
index
- index of the EngineError to fetchjava.lang.IndexOutOfBoundsException
- if index < 0 or index >= getErrorCount()
Copyright © 1999-2020 by i-net software GmbH