org.apache.qpid.testkit
Interface ErrorHandler

All Known Implementing Classes:
ResourceLeakTest, TestLauncher

public interface ErrorHandler


Method Summary
 void handleError(String msg, Exception e)
           
 

Method Detail

handleError

void handleError(String msg,
                 Exception e)


Licensed to the Apache Software Foundation