Uses of Interface
de.iip_ecosphere.platform.support.rest.Rest.ExceptionHandler
Packages that use Rest.ExceptionHandler
-
Uses of Rest.ExceptionHandler in de.iip_ecosphere.platform.support.rest
Methods in de.iip_ecosphere.platform.support.rest with parameters of type Rest.ExceptionHandlerModifier and TypeMethodDescriptionvoidRest.RestServer.addExceptionHandler(Class<Exception> cls, Rest.ExceptionHandler handler) Adds an exception handler for a specified type.