public interface ThrowableListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
onThrowable(int type,
Throwable t)
Process a throwable.
|
void onThrowable(int type, Throwable t)
type
- The type off the throwable.t
- ThrowableCopyright © 2018 JBoss by Red Hat. All rights reserved.