Package hec.io.dbf
Class UndefinedRecordNumbersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.io.dbf.DbfException
hec.io.dbf.UndefinedRecordNumbersException
- All Implemented Interfaces:
Serializable
An exception class generated during a dbf operation where the record numbers
were not found. This class should be deprecated and removed since it is not
used.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndefinedRecordNumbersException
public UndefinedRecordNumbersException()
-