JNISpice
version 2.0.0

spice.basic
Class PointNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spice.basic.SpiceException
              extended by spice.basic.PointNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PointNotFoundException
extends SpiceException

The PointNotFoundException class is used to signal a "not found" condition when an attempt is made to access a 3-vector that does not exist.

Version 1.0.0 03-DEC-2009 (NJB)

See Also:
Serialized Form

Constructor Summary
PointNotFoundException(java.lang.String message)
          Construct a PointNotFoundException, supplying an accompanying message string.
 
Method Summary
static PointNotFoundException create(java.lang.String caller, java.lang.String longMsg)
          Create an exception having a compound message.
 
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

PointNotFoundException

public PointNotFoundException(java.lang.String message)
Construct a PointNotFoundException, supplying an accompanying message string.

Method Detail

create

public static PointNotFoundException create(java.lang.String caller,
                                            java.lang.String longMsg)
Create an exception having a compound message.


JNISpice
version 2.0.0

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