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