JNISpice
version 2.0.0

spice.basic
Class IDCodeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spice.basic.SpiceException
              extended by 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
IDCodeNotFoundException(java.lang.String message)
          Construct an IDCodeNotFoundException using a detailed error message string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDCodeNotFoundException

public IDCodeNotFoundException(java.lang.String message)
Construct an IDCodeNotFoundException using a detailed error message string.


JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)