org.modeshape.web.jcr.rest
Class JcrResources.InvalidQueryExceptionMapper

java.lang.Object
  extended by org.modeshape.web.jcr.rest.JcrResources.InvalidQueryExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<InvalidQueryException>
Enclosing class:
JcrResources

@Provider
public static class JcrResources.InvalidQueryExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<InvalidQueryException>


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

Constructor Detail

JcrResources.InvalidQueryExceptionMapper

public JcrResources.InvalidQueryExceptionMapper()
Method Detail

toResponse

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


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.