|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.codeminders.hidapi.HIDDeviceNotFoundException
public class HIDDeviceNotFoundException
Thrown if HID Device with given criteria could not be found
| Constructor Summary | |
|---|---|
HIDDeviceNotFoundException()
Constructs a HIDDeviceNotFoundException with no detailed error message. |
|
HIDDeviceNotFoundException(java.lang.String message)
Constructs a HIDDeviceNotFoundException with the specified error message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
|---|
public HIDDeviceNotFoundException()
HIDDeviceNotFoundException with no detailed error message.
public HIDDeviceNotFoundException(java.lang.String message)
HIDDeviceNotFoundException with the specified error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||