Package hdf.hdflib

Class HDFJavaException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    HDFNotImplementedException

    public class HDFJavaException
    extends HDFException

    The class HDFJavaException returns errors from the Java wrapper of theHDF library.

    These errors include Java configuration errors, security violations, and resource exhaustion.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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 Detail

      • HDFJavaException

        public HDFJavaException()
      • HDFJavaException

        public HDFJavaException​(java.lang.String s)