| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.jaulp.file.exceptions.FileIsADirectoryException
public class FileIsADirectoryException
Exception if the file is a directory.
| Constructor Summary | |
|---|---|
FileIsADirectoryException()
Default constructor.  | 
|
FileIsADirectoryException(java.lang.String message)
Constructs a new FileIsADirectoryException with the specified detail message.  | 
|
FileIsADirectoryException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs a new FileIsADirectoryException with the specified detail message and the Throwable.  | 
|
FileIsADirectoryException(java.lang.Throwable cause)
Constructs a FileIsADirectoryException with the Throwable.  | 
|
| 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 | 
| Constructor Detail | 
|---|
public FileIsADirectoryException()
public FileIsADirectoryException(java.lang.String message)
message - The message.
public FileIsADirectoryException(java.lang.String message,
                                 java.lang.Throwable cause)
message - The message.cause - The Throwable.public FileIsADirectoryException(java.lang.Throwable cause)
cause - The Throwable.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||