com.opensymphony.xwork2.util.reflection
Interface ReflectionExceptionHandler


public interface ReflectionExceptionHandler

Declares a class that wants to handle its own reflection exceptions


Method Summary
 void handle(ReflectionException ex)
          Handles a reflection exception
 

Method Detail

handle

void handle(ReflectionException ex)
Handles a reflection exception

Parameters:
ex - The reflection exception


Copyright © 2009 OpenSymphony. All Rights Reserved.