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
    • Constructor Summary

      Constructors 
      Constructor Description
      HDFJavaException()
      Constructs an HDFJavaException with no specified detail message.
      HDFJavaException​(java.lang.String s)
      Constructs an HDFJavaException with the specified detail message.
    • Method Summary

      • 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()
        Constructs an HDFJavaException with no specified detail message.
      • HDFJavaException

        public HDFJavaException​(java.lang.String s)
        Constructs an HDFJavaException with the specified detail message.
        Parameters:
        s - the detail message.