quickfix
Class IncorrectDataFormat

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
           
 
Constructor Summary
IncorrectDataFormat(int field)
          This constructor is here for QF JNI compatibility.
IncorrectDataFormat(int field, java.lang.String data)
           
IncorrectDataFormat(java.lang.String message)
          This constructor is here for QF JNI compatibility.
 
Method Summary
 
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 Detail

field

public final int field

data

public final java.lang.String data
Constructor Detail

IncorrectDataFormat

public IncorrectDataFormat(int field,
                           java.lang.String data)
Parameters:
field - the tag number with the incorrect data
data - 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 -