Interface JsonResultWrapper.ExceptionFunction
- All Superinterfaces:
Serializable
- Enclosing class:
JsonResultWrapper
A function that may throw an exception.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
apply
Applies the function.- Parameters:
params- function parameter- Returns:
- function result
- Throws:
Exception- potentially thrown exception
-