public class IteratorIndexTooBigException extends DataException
FeatureSet
is too big.values
code, formatString, messageKey
Constructor and Description |
---|
IteratorIndexTooBigException(long value,
long maxValue)
Creates a new
IteratorIndexTooBigException . |
setValue, values
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IteratorIndexTooBigException(long value, long maxValue)
IteratorIndexTooBigException
.value
- the wanted Iterator index valuemaxValue
- the maximum Iterator index value