quickfix
Class IncorrectDataFormat
java.lang.Object
java.lang.Throwable
java.lang.Exception
quickfix.IncorrectDataFormat
- All Implemented Interfaces:
- java.io.Serializable
public class IncorrectDataFormat
- extends java.lang.Exception
Field has a badly formatted value. (From the C++ API documentation.)
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
data
|
int |
field
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
field
public final int field
data
public final java.lang.String data
IncorrectDataFormat
public IncorrectDataFormat(int field,
java.lang.String data)
- Parameters:
field
- the tag number with the incorrect datadata
- the incorrect data
IncorrectDataFormat
public IncorrectDataFormat(int field)
- This constructor is here for QF JNI compatibility.
- Parameters:
field
- the tag number with the incorrect data
IncorrectDataFormat
public IncorrectDataFormat(java.lang.String message)
- This constructor is here for QF JNI compatibility.
- Parameters:
message
-