com.pietschy.command.reflection
Interface ExceptionHandler


public interface ExceptionHandler

Interface for handling exceptions generated by relfection based method calls.

See Also:
ReflectionCommand.setExceptionHandler(ExceptionHandler)

Method Summary
 void handleException(ReflectionCommand command, java.lang.Exception e)
          Invoked to handle an exception.
 

Method Detail

handleException

void handleException(ReflectionCommand command,
                     java.lang.Exception e)
Invoked to handle an exception.

Parameters:
command - the command that invoked the method.
e - the exception.


Copyright © 2006 - 2007 Andrew Pietsch