All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.util.InvalidWorkingDirectoryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.util.InvalidWorkingDirectoryException

public class InvalidWorkingDirectoryException
extends Exception
This class defines an invalid working directory exception.


Constructor Index

 o InvalidWorkingDirectoryException(String)
Constructs an exception with text indicating the name of the invalid working directory.
 o InvalidWorkingDirectoryException(String, String)
Constructs an exception with text regarding the name of the invalid working directory and additional detail about the error.

Constructors

 o InvalidWorkingDirectoryException
 public InvalidWorkingDirectoryException(String workDir)
Constructs an exception with text indicating the name of the invalid working directory.

Parameters:
workDir - The directory name that failed validation.
 o InvalidWorkingDirectoryException
 public InvalidWorkingDirectoryException(String workDir,
                                         String detail)
Constructs an exception with text regarding the name of the invalid working directory and additional detail about the error.

Parameters:
workDir - The directory name that failed validation.
detail - Additional text regarding the failure.

All Packages  Class Hierarchy  This Package  Previous  Next  Index