org.trialox.jaxrs
Class TestProviders.RuntimeExceptionMapper

java.lang.Object
  extended by org.trialox.jaxrs.TestProviders.RuntimeExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>
Enclosing class:
TestProviders

public static class TestProviders.RuntimeExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>


Constructor Summary
TestProviders.RuntimeExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(java.lang.RuntimeException arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProviders.RuntimeExceptionMapper

public TestProviders.RuntimeExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(java.lang.RuntimeException arg0)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>


Copyright © 2008. All Rights Reserved.