InvalidKeySpecException class | QSYS API Reference Guide
Key part -name- is invalid exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException –> FieldNotFoundException
Constructors
| Name | Description |
|---|---|
| InvalidKeySpecException(String, String, String) | Constructor that takes the name of the offending key-part on a record format of a particular filename that cause an exception. |
InvalidKeySpecException(String, String, String)
Constructor that takes the name of the offending key-part on a record format of a particular filename that cause an exception.
InvalidKeySpecException(String, String, String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | keyPart | Key-part name. |
| String | format | Record format name. |
| String | file | Filename. |