org.apache.aries.unittest.mocks
Interface ExceptionListener


public interface ExceptionListener

This class receives notification that an exception has been thrown from a mock object.


Method Summary
 void exceptionNotification(Throwable t)
          This method is called when an exception has been thrown from a mock.
 

Method Detail

exceptionNotification

void exceptionNotification(Throwable t)
This method is called when an exception has been thrown from a mock.

Parameters:
t - the exception or error thrown.


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.