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