Package 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:
-
Method Summary
-
Method Details
-
error
Report an error found while reading a file.- Parameters:
msg
- A detail string identifying the error
-