ztex
Class DeviceNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ztex.DeviceNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class DeviceNotSupportedException
extends java.lang.Exception

Thrown if a device is not supported, i.e. has the wrong USB ID's.

See Also:
Serialized Form

Constructor Summary
DeviceNotSupportedException(org.usb4java.Device dev)
          Constructs an instance from the given device.
 
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

DeviceNotSupportedException

public DeviceNotSupportedException(org.usb4java.Device dev)
Constructs an instance from the given device.

Parameters:
dev - The device.