quickfix
Class FieldNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by quickfix.FieldNotFound
All Implemented Interfaces:
java.io.Serializable

public class FieldNotFound
extends java.lang.Exception

An exception thrown when a field is not found in message. If you see this exception, be sure you accessing the field in the correct section of the message (for example, a header field in message.getHeader()).

See Also:
Serialized Form

Field Summary
 int field
           
 
Constructor Summary
FieldNotFound(int field)
           
FieldNotFound(java.lang.String s)
           
 
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 int field
Constructor Detail

FieldNotFound

public FieldNotFound(int field)

FieldNotFound

public FieldNotFound(java.lang.String s)