|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ogsadai.exception.DAIException
uk.org.ogsadai.common.files.FileException
uk.org.ogsadai.common.files.FileNotFoundException
public class FileNotFoundException
Exception thrown when a file cannot be found.
| Constructor Summary | |
|---|---|
FileNotFoundException(java.io.File file)
Constructor. |
|
FileNotFoundException(java.io.File file,
boolean relative)
Constructor. |
|
FileNotFoundException(java.lang.String path)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class uk.org.ogsadai.exception.DAIException |
|---|
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 FileNotFoundException(java.io.File file)
file - File that cannot be found.
public FileNotFoundException(java.io.File file,
boolean relative)
file - File that cannot be found.relative - Specify relative or full path in exception message.public FileNotFoundException(java.lang.String path)
path - Path to file that cannot be found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||