public class FileNotFoundException
extends java.lang.Throwable
implements java.io.Serializable
FileNotFoundException
class is used when a configuration file, templates or
their XML schema is missing.Constructor and Description |
---|
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. |
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.