- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- spice.basic.SpiceException
-
- spice.basic.DAFRecordNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class DAFRecordNotFoundException extends SpiceException
The DAFRecordNotFoundException class is used to signal a "not found" condition when an attempt is made to access a DAF record. This exception is meant to be used for non-error cases which normally would be indicated in CSPICE by setting a "found flag" to SPICEFALSE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DAFRecordNotFoundException(java.lang.String message)
Create a new DAFRecordNotFoundException using a single detailed error message String.
-