Package com.sun.javatest
Interface TestFinder.ErrorHandler
-
- Enclosing class:
- TestFinder
public static interface TestFinder.ErrorHandlerThis 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(java.lang.String msg)Report an error found while reading a file.
-