Package com.blackhillsoftware.smf
Class FieldNotPresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
com.blackhillsoftware.smf.FieldNotPresentException
- All Implemented Interfaces:
Serializable
Exception thrown when a field is requested that is outside the bounds of the section.
This usually indicates that the record is an older level where the field was not
present.
Note: this is dependent on the size of the containing section, it is not thrown if you request a field from an older level record where the field was "reserved" but not filled in.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FieldNotPresentException
-