gov.sandia.gnem.slbmjni
Class SLBMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)