public interface ExceptionModel
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExceptionModel.ExceptionEvent
An event signaling the occurrence of an exception in a given module at a given time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ExceptionModelListener listener) |
ExceptionModel.ExceptionEvent |
getExceptionEvent(int idx) |
int |
getExceptionEventCount() |
void |
removeExceptionEvent(int idx) |
void |
removeListener(ExceptionModelListener listener) |
int getExceptionEventCount()
ExceptionModel.ExceptionEvent getExceptionEvent(int idx)
void removeExceptionEvent(int idx)
void addListener(ExceptionModelListener listener)
void removeListener(ExceptionModelListener listener)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.