.. java:import:: java.io IOException .. java:import:: org.junit Test .. java:import:: com.ampl AMPLException .. java:import:: com.ampl LicenseException ErrorHandlingTest.My2ErrorHandler ================================= .. java:package:: com.ampl :noindex: .. java:type:: public class My2ErrorHandler implements OutputHandler, ErrorHandler :outertype: ErrorHandlingTest Fields ------ count ^^^^^ .. java:field:: int count :outertype: ErrorHandlingTest.My2ErrorHandler Methods ------- error ^^^^^ .. java:method:: @Override public void error(AMPLException d) :outertype: ErrorHandlingTest.My2ErrorHandler output ^^^^^^ .. java:method:: @Override public void output(AMPLOutput out) :outertype: ErrorHandlingTest.My2ErrorHandler warning ^^^^^^^ .. java:method:: @Override public void warning(AMPLException d) :outertype: ErrorHandlingTest.My2ErrorHandler