gov.sandia.gnem.slbmjni
Class SLBMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.sandia.gnem.slbmjni.SLBMException
All Implemented Interfaces:
java.io.Serializable

public class SLBMException
extends java.lang.Exception

Title: SlbmInterface

Description: SLBM Exception class

Exceptions thrown in the C++ SLBM library to which this SlbmInterfaceJNI object is connected are passed through the Java Native Interface (JNI) and cause a Java SLBMException to be thrown.

See Also:
Serialized Form

Constructor Summary
SLBMException()
           
SLBMException(java.lang.String message)
           
SLBMException(java.lang.String message, java.lang.Throwable cause)
           
SLBMException(java.lang.Throwable cause)
           
 
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

SLBMException

public SLBMException()

SLBMException

public SLBMException(java.lang.String message)

SLBMException

public SLBMException(java.lang.String message,
                     java.lang.Throwable cause)

SLBMException

public SLBMException(java.lang.Throwable cause)