public class IterationsExceededException extends ITIMException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ITERATIONS_EXCEEDED
Constant representing a message key in a property file
|
| Constructor and Description |
|---|
IterationsExceededException(int count)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the number of iterations performed before an exception was thrown.
|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic static final java.lang.String ITERATIONS_EXCEEDED