com.sun.javatest
Interface TestFinder.ErrorHandler

Enclosing class:
TestFinder

public static interface TestFinder.ErrorHandler

This interface is used to report significant errors found while reading files, but which are not of themselves serious enough to stop reading further. More serious errors can be reported by throwing TestFinder.Fault.

See Also:
TestFinder.error(com.sun.javatest.util.I18NResourceBundle, java.lang.String), TestFinder.localizedError(java.lang.String), TestFinder.Fault

Method Summary
 void error(java.lang.String msg)
          Report an error found while reading a file.
 

Method Detail

error

void error(java.lang.String msg)
Report an error found while reading a file.

Parameters:
msg - A detail string identifying the error


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.