javax.usb
Class UsbEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.usb.UsbEncodingException
- All Implemented Interfaces:
- Serializable
public class UsbEncodingException
- extends RuntimeException
Exception indicating that the conversion of a USB string descriptor to
a Java string failed because none of the encodings tried were supported
by the Java implementation. This should almost never happen.
- Author:
- Owen Saxton
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UsbEncodingException
public UsbEncodingException()
- Constructor.
UsbEncodingException
public UsbEncodingException(String s)
- Constructor.
- Parameters:
s - The detail message.
Copyright © 2013 LSST. All Rights Reserved.