Uses of Class
com.sun.javatest.WorkDirectory.Fault

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

Uses of WorkDirectory.Fault in com.sun.javatest
 

Subclasses of WorkDirectory.Fault in com.sun.javatest
static class WorkDirectory.BadDirectoryFault
          Signals that there is a serious, unrecoverable problem when trying to open or create a work directory.
static class WorkDirectory.InitializationFault
          Signals that there is a problem trying to initialize from the data in the work directory.
static class WorkDirectory.MismatchFault
          Signals that a work directory does not match the given test suite.
static class WorkDirectory.NotWorkDirectoryFault
          Signals that a directory (while valid in itself) is not a valid work directory.
static class WorkDirectory.PurgeFault
          Signals that a problem occurred while trying to purge files in work directory.
static class WorkDirectory.TemplateMissingFault
          Signals that the template pointed to by that directory is missing.
static class WorkDirectory.TestSuiteFault
          Signals that there is a problem trying to determine the test suite appropriate for the work directory.
static class WorkDirectory.WorkDirectoryExistsFault
          Signals that a work directory already exists when an attempt is made to create one.
 



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