Class NullExceptionMapper
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.utils.NullExceptionMapper
- All Implemented Interfaces:
ExceptionMapper<NullPointerException>
@Provider public class NullExceptionMapper extends Object implements ExceptionMapper<NullPointerException>
Convert NPEs into complaints about their most likely causes, bad inputs.
- Author:
- Donal Fellows
-
Constructor Summary
Constructors Constructor Description NullExceptionMapper()
-
Method Summary
Modifier and Type Method Description Response
toResponse(NullPointerException exception)
-
Constructor Details
-
NullExceptionMapper
public NullExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfaceExceptionMapper<NullPointerException>
-