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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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)