javax.usb
Class UsbEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UsbEncodingException()
          Constructor.
UsbEncodingException(String s)
          Constructor.
 
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

UsbEncodingException

public UsbEncodingException()
Constructor.


UsbEncodingException

public UsbEncodingException(String s)
Constructor.

Parameters:
s - The detail message.


Copyright © 2013 LSST. All Rights Reserved.