quickfix
Class NoTagValue

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

public class NoTagValue
extends java.lang.RuntimeException

An exception thrown when a tag does not have a value.

See Also:
Serialized Form

Field Summary
 int field
           
 
Constructor Summary
NoTagValue(int field)
           
NoTagValue(java.lang.String message)
           
NoTagValue(java.lang.String message, java.lang.Throwable cause)
           
 
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

NoTagValue

public NoTagValue(java.lang.String message,
                  java.lang.Throwable cause)

NoTagValue

public NoTagValue(java.lang.String message)

NoTagValue

public NoTagValue(int field)