EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.rs.exceptions
Class MalformedURLExceptionMapper

java.lang.Object
  extended by org.eclipse.persistence.jpa.rs.exceptions.MalformedURLExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.net.MalformedURLException>

@Provider
public class MalformedURLExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<java.net.MalformedURLException>


Constructor Summary
MalformedURLExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(java.net.MalformedURLException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MalformedURLExceptionMapper

public MalformedURLExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(java.net.MalformedURLException exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<java.net.MalformedURLException>

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference