|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
cz.zcu.fav.kiv.editor.controller.errors.FileNotFoundException
public class FileNotFoundException
The FileNotFoundException class is used when a configuration file, templates or
their XML schema is missing.
| Constructor Summary | |
|---|---|
FileNotFoundException()
Initializes a newly created empty FileNotFoundException. |
|
FileNotFoundException(java.lang.String fileName)
Initializes a newly created FileNotFoundException with missing file. |
|
FileNotFoundException(java.lang.Throwable t)
Initializes a newly created empty FileNotFoundException with the rised error. |
|
| 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 FileNotFoundException(java.lang.String fileName)
FileNotFoundException with missing file.
fileName - the name of the missing file.public FileNotFoundException()
FileNotFoundException.
public FileNotFoundException(java.lang.Throwable t)
FileNotFoundException with the rised error.
t - the rised error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||