|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.jaer.hardwareinterface.HardwareInterfaceException
public class HardwareInterfaceException
An exception in the hardware interface is signaled with this exception.
Constructor Summary | |
---|---|
HardwareInterfaceException()
Creates a new instance of USBAEMonException |
|
HardwareInterfaceException(java.lang.String s)
|
Method Summary | |
---|---|
static void |
addExceptionListener(ExceptionListener l)
Listeners can be added for exceptions - e.g. |
static void |
clearException()
This static method sends a null message to all ExceptionListeners to signify that the exception condition is gone |
static void |
removeExceptionListener(ExceptionListener l)
Removes exception listener |
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 |
---|
public HardwareInterfaceException()
public HardwareInterfaceException(java.lang.String s)
Method Detail |
---|
public static void addExceptionListener(ExceptionListener l)
l
- the listenerpublic static void removeExceptionListener(ExceptionListener l)
l
- the listenerpublic static void clearException()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |