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.
-
InvalidWorkingDirectoryException(String)
- Constructs an exception with text indicating
the name of the invalid working directory.
-
InvalidWorkingDirectoryException(String, String)
- Constructs an exception with text regarding
the name of the invalid working directory and additional detail about the error.
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.
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