![]() |
OTX-Runtime for Java
|
|
Thrown when a file cannot be found. More...
Public Member Functions | |
FileNotFoundException () | |
Initializes a new instance of the FileNotFoundException class. | |
FileNotFoundException (String message) | |
Initializes a new instance of the FileNotFoundException class. More... | |
![]() | |
Exception () | |
Initializes a new instance of Exception class. | |
Exception (String message) | |
Initializes a new instance of Exception class. More... | |
Thrown when a file cannot be found.
|
inline |
Initializes a new instance of the FileNotFoundException class.
message | Error message that explains the reason for the Exception. |