|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--usb.core.USBException
USBException objects indicate USB errors.
Constructor Summary | |
USBException(java.lang.String descriptive)
Constructs an exception object representing a USB exception. |
Method Summary | |
abstract boolean |
isStalled()
Returns true iff the exception indicates a (bulk) endpoint has stalled; these are used as error indicators in device protocols. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 descriptive)
Method Detail |
public abstract boolean isStalled()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |