JNISpice
version 2.0.0

spice.basic
Class SpiceErrorException

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

public class SpiceErrorException
extends SpiceException

The SpiceErrorException class is used to signal errors encountered within the JNISpice system.

Version 1.0.0 11-NOV-2009 (NJB)

See Also:
Serialized Form

Constructor Summary
SpiceErrorException(java.lang.String message)
          Create a SpiceErrorException using an already-formed compound message string.
 
Method Summary
static SpiceErrorException create(java.lang.String caller, java.lang.String shortMsg, java.lang.String longMsg)
          Create a SpiceErrorException using a caller name, short message, and long 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

SpiceErrorException

public SpiceErrorException(java.lang.String message)
Create a SpiceErrorException using an already-formed compound message string.

Method Detail

create

public static SpiceErrorException create(java.lang.String caller,
                                         java.lang.String shortMsg,
                                         java.lang.String longMsg)
Create a SpiceErrorException using a caller name, short message, and long message.


JNISpice
version 2.0.0

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