quickfix
Class FieldException

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

public class FieldException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
FieldException(int sessionRejectReason)
           
FieldException(int sessionRejectReason, int field)
           
FieldException(int sessionRejectReason, java.lang.String msg, int field)
           
 
Method Summary
 int getField()
           
 int getSessionRejectReason()
           
 boolean isFieldSpecified()
           
 
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
 

Constructor Detail

FieldException

public FieldException(int sessionRejectReason)

FieldException

public FieldException(int sessionRejectReason,
                      int field)

FieldException

public FieldException(int sessionRejectReason,
                      java.lang.String msg,
                      int field)
Method Detail

isFieldSpecified

public boolean isFieldSpecified()

getField

public int getField()

getSessionRejectReason

public int getSessionRejectReason()