EXTYPE - The exception type to be handledpublic interface IExceptionHandler<EXTYPE extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
onException(EXTYPE ex)
Called when an exception of the specified type occurred.
|
Copyright © 2006–2015 phloc systems. All rights reserved.