Package org.hid4java

Class HidException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HidException
    extends java.lang.RuntimeException

    Caught exception to provide the following to API consumers:

    • Notification of a serious problem with HID
    Since:
    0.0.1  
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HidException​(java.lang.String message)  
      HidException​(java.lang.String message, 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 Detail

      • HidException

        public HidException​(java.lang.String message)
      • HidException

        public HidException​(java.lang.String message,
                            java.lang.Throwable cause)