Package org.hid4java
Class HidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hid4java.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)
-