|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.usb.UsbException javax.usb.UsbPlatformException
public class UsbPlatformException
Exception indicating a platform-specific UsbException.
This indicates an error occurred that is specific to the operating system or platform.
This provides access to the specific error code
and/or
platform Exception
.
Constructor Summary | |
---|---|
UsbPlatformException()
Constructor. |
|
UsbPlatformException(java.lang.Exception pE)
Constructor. |
|
UsbPlatformException(int e)
Constructor. |
|
UsbPlatformException(int e,
java.lang.Exception pE)
Constructor. |
|
UsbPlatformException(java.lang.String s)
Constructor. |
|
UsbPlatformException(java.lang.String s,
java.lang.Exception pE)
Constructor. |
|
UsbPlatformException(java.lang.String s,
int e)
Constructor. |
|
UsbPlatformException(java.lang.String s,
int e,
java.lang.Exception pE)
Constructor. |
Method Summary | |
---|---|
int |
getErrorCode()
Get the platform error code. |
java.lang.Exception |
getPlatformException()
Get the platform Exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UsbPlatformException()
public UsbPlatformException(java.lang.String s)
s
- The detail message.public UsbPlatformException(int e)
e
- The error code.public UsbPlatformException(java.lang.Exception pE)
pE
- The platform Exception.public UsbPlatformException(java.lang.String s, int e)
s
- The detail message.e
- The error code.public UsbPlatformException(java.lang.String s, java.lang.Exception pE)
s
- The detail message.pE
- The platform Exception.public UsbPlatformException(int e, java.lang.Exception pE)
e
- The error code.pE
- The platform Exception.public UsbPlatformException(java.lang.String s, int e, java.lang.Exception pE)
s
- The detail message.e
- The error code.pE
- The platform Exception.Method Detail |
---|
public java.lang.Exception getPlatformException()
public int getErrorCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |