|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.senn.magic.io.exception.DirectoryException
public class DirectoryException
DirectoryException
is a subclass of Exception
used in Directory
related actions.
Field Summary | |
---|---|
static String |
DOES_NOT_EXIST
|
static String |
INVALID_DIRECTORY_NAME
|
static String |
IS_LOCKED
|
static String |
NOT_A_DIRECTORY
|
static String |
UNKNOWN
|
Constructor Summary | |
---|---|
DirectoryException()
Constructs a DirectoryException |
|
DirectoryException(String message)
Constructs a DirectoryException with a custom message |
|
DirectoryException(String message,
Throwable cause)
Constructs a DirectoryException with a custom message and an underlaying cause |
|
DirectoryException(Throwable cause)
Constructs a DirectoryException with an underlaying cause |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DOES_NOT_EXIST
public static final String INVALID_DIRECTORY_NAME
public static final String IS_LOCKED
public static final String NOT_A_DIRECTORY
public static final String UNKNOWN
Constructor Detail |
---|
public DirectoryException()
DirectoryException
public DirectoryException(String message)
DirectoryException
with a custom message
message
- public DirectoryException(Throwable cause)
DirectoryException
with an underlaying cause
cause
- public DirectoryException(String message, Throwable cause)
DirectoryException
with a custom message and an underlaying cause
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |