|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.container.ErrorQeue
The error management of the system.
All exceptions will end up here. If any special exception handling is needed
a class implementing the ErrorQeueListener
interface
can be attached to the error qeue to receive errors thrown in the system.
ErrorDispatcher
Constructor Summary | |
ErrorQeue()
|
Method Summary | |
static void |
addListener(ErrorQeueListener l)
Adds an ErrorQeueListener . |
static void |
dismiss(java.lang.Throwable t)
Removes the Throwable t from the errors log. |
static void |
put(java.lang.Throwable e)
Puts a Throwable into the qeue |
static void |
removeListener(ErrorQeueListener l)
Removes an ErrorQeueListener . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorQeue()
Method Detail |
public static void put(java.lang.Throwable e)
e
- The Throwable to put...public static void addListener(ErrorQeueListener l)
ErrorQeueListener
.
l
- The listener to add.public static void removeListener(ErrorQeueListener l)
ErrorQeueListener
.
l
- The listener to removepublic static void dismiss(java.lang.Throwable t)
t
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |