jAER project on SourceForge

net.sf.jaer.hardwareinterface
Class BlankDeviceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jaer.hardwareinterface.HardwareInterfaceException
              extended by net.sf.jaer.hardwareinterface.BlankDeviceException
All Implemented Interfaces:
java.io.Serializable

public class BlankDeviceException
extends HardwareInterfaceException

Signals a blank or unprogrammed device.

Author:
tobi
See Also:
Serialized Form

Constructor Summary
BlankDeviceException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class net.sf.jaer.hardwareinterface.HardwareInterfaceException
addExceptionListener, clearException, removeExceptionListener
 
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

BlankDeviceException

public BlankDeviceException(java.lang.String s)

jAER project on SourceForge