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