|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ztex.UsbException
public class UsbException
Signals an USB error.
Constructor Summary | |
---|---|
UsbException(org.usb4java.Device dev,
java.lang.String msg)
Constructs an instance from the given device and error message. |
|
UsbException(org.usb4java.Device dev,
java.lang.String msg,
int errNum)
Constructs an instance from the given device, error message and error number. |
|
UsbException(java.lang.String msg)
Constructs an instance from the given error message. |
|
UsbException(java.lang.String msg,
int errNum)
Constructs an instance from error message and error number. |
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 UsbException(java.lang.String msg)
msg
- The error message.public UsbException(org.usb4java.Device dev, java.lang.String msg)
dev
- The device.msg
- The error message.public UsbException(java.lang.String msg, int errNum)
msg
- The error message.errNum
- The error number.public UsbException(org.usb4java.Device dev, java.lang.String msg, int errNum)
dev
- The device.msg
- The error message.errNum
- The error number.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |