quickfix
Class ConfigError

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

public class ConfigError
extends java.lang.Exception

This exception is thrown when a configuration error is detected. (The "error" naming is from the C++ JNI API.)

See Also:
Serialized Form

Constructor Summary
ConfigError()
           
ConfigError(java.lang.String message)
           
ConfigError(java.lang.String string, java.lang.Throwable e)
           
ConfigError(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
 

Constructor Detail

ConfigError

public ConfigError()

ConfigError

public ConfigError(java.lang.String message)

ConfigError

public ConfigError(java.lang.Throwable cause)

ConfigError

public ConfigError(java.lang.String string,
                   java.lang.Throwable e)