Uses of Interface
com.sun.javatest.TestFinder.ErrorHandler

Packages that use TestFinder.ErrorHandler
com.sun.javatest This package provides facilities for reading, executing and monitoring tests. 
 

Uses of TestFinder.ErrorHandler in com.sun.javatest
 

Methods in com.sun.javatest that return TestFinder.ErrorHandler
 TestFinder.ErrorHandler TestFinder.getErrorHandler()
          Get the registered error handler.
 

Methods in com.sun.javatest with parameters of type TestFinder.ErrorHandler
 void TestFinder.setErrorHandler(TestFinder.ErrorHandler h)
          Set an error handler to be informed of errors that may arise while reading tests.
 



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