public class IncorrectDataFormat extends Exception
| Constructor and Description |
|---|
IncorrectDataFormat(int field)
This constructor is here for QF JNI compatibility.
|
IncorrectDataFormat(int field,
String data) |
IncorrectDataFormat(String message)
This constructor is here for QF JNI compatibility.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final int field
public final String data
public IncorrectDataFormat(int field,
String data)
field - the tag number with the incorrect datadata - the incorrect datapublic IncorrectDataFormat(int field)
field - the tag number with the incorrect datapublic IncorrectDataFormat(String message)
message - Copyright © 2017. All rights reserved.