- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- spice.basic.SpiceException
-
- spice.basic.IDCodeNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class IDCodeNotFoundException extends SpiceException
The IDCodeNotFoundException class is used to signal a "not found" condition when an attempt is made to translate a name to an ID code. 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 IDCodeNotFoundException(java.lang.String message)
Construct an IDCodeNotFoundException using a detailed error message string.
-