model.device
Class ADMXDeviceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by model.device.ADMXDeviceException
All Implemented Interfaces:
Serializable

public class ADMXDeviceException
extends Exception

This exception will be thrown by ADMXDevices when there is an error accessing the DMX device.

See Also:
Serialized Form

Constructor Summary
ADMXDeviceException(String message)
          This constructor creates a new ADMXDeviceException.
 
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

ADMXDeviceException

public ADMXDeviceException(String message)
This constructor creates a new ADMXDeviceException.

Parameters:
message - The error message.