EXTYPE - The exception type to be handled@FunctionalInterface public 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–2016 Philip Helger. All rights reserved.