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