org.jboss.seam.rest.example.jaxrs.exceptions
Class CatchExceptionHandlers

java.lang.Object
  extended by org.jboss.seam.rest.example.jaxrs.exceptions.CatchExceptionHandlers

@HandlesExceptions
@ExceptionMapping.List(value={,,})
public class CatchExceptionHandlers
extends Object


Constructor Summary
CatchExceptionHandlers()
           
 
Method Summary
 void arithmeticExceptionHandler(org.jboss.seam.exception.control.CaughtException<ArithmeticException> event, Response.ResponseBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatchExceptionHandlers

public CatchExceptionHandlers()
Method Detail

arithmeticExceptionHandler

public void arithmeticExceptionHandler(@Handles
                                       org.jboss.seam.exception.control.CaughtException<ArithmeticException> event,
                                       @RestResource
                                       Response.ResponseBuilder builder)


Copyright © 2011 Seam Framework. All Rights Reserved.