FieldNotFoundException class | QSYS API Reference Guide
-Field name- was not found in format -record format name- of -filename-.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
| Name | Description |
|---|---|
| FieldNotFoundException(String, String, String) | Constructor that takes the non-existing field name on a particular record format of a file that cause the exception. |
FieldNotFoundException(String, String, String)
Constructor that takes the non-existing field name on a particular record format of a file that cause the exception.
FieldNotFoundException(String, String, String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | field | Field name. |
| String | format | Format name. |
| String | file | Filename. |