|
|||||||||
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.InvalidFirmwareException
public class InvalidFirmwareException
Thrown if a device runs with no or the wrong firmware, i.e. if the ZTEX descriptor is not found or damaged.
Constructor Summary | |
---|---|
InvalidFirmwareException(java.lang.String msg)
Constructs an instance from the error message. |
|
InvalidFirmwareException(Usb_Device dev)
Constructs an instance from the given device and error message. |
|
InvalidFirmwareException(Usb_Device dev,
java.lang.String msg)
Constructs an instance from the given device and error message. |
|
InvalidFirmwareException(Ztex1 ztex)
Constructs an instance from the given device and error message. |
|
InvalidFirmwareException(Ztex1 ztex,
java.lang.String msg)
Constructs an instance from the given device and error message. |
|
InvalidFirmwareException(ZtexDevice1 dev)
Constructs an instance from the given device and error message. |
|
InvalidFirmwareException(ZtexDevice1 dev,
java.lang.String msg)
Constructs an instance from the given device and 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 InvalidFirmwareException(java.lang.String msg)
msg
- The error message.public InvalidFirmwareException(Ztex1 ztex, java.lang.String msg)
ztex
- The device.msg
- The error message.public InvalidFirmwareException(ZtexDevice1 dev, java.lang.String msg)
dev
- The device.msg
- The error message.public InvalidFirmwareException(Usb_Device dev, java.lang.String msg)
dev
- The device.msg
- The error message.public InvalidFirmwareException(Ztex1 ztex)
ztex
- The device.public InvalidFirmwareException(ZtexDevice1 dev)
dev
- The device.public InvalidFirmwareException(Usb_Device dev)
dev
- The device.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |