com.objectspace.voyager.directory
Class DirectoryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.objectspace.voyager.directory.DirectoryException
- public class DirectoryException
- extends java.lang.Exception
A DirectoryException occurs when a path is specified and the
head of the path does not correspond to an IDirectory.
- Version:
- 3.0
- See Also:
Directory
, Serialized Form
Field Summary |
java.lang.Object |
arg
An option argument associated with the error. |
int |
code
|
Constructor Summary |
DirectoryException(java.lang.String description,
int code,
java.lang.Object arg)
Construct a DirectoryException with a description. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
code
public int code
arg
public java.lang.Object arg
- An option argument associated with the error.
DirectoryException
public DirectoryException(java.lang.String description,
int code,
java.lang.Object arg)
- Construct a DirectoryException with a description.
- Parameters:
description
- A string that describes this exception.code
- The error code for this exception.
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240