|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
quickfix.ConfigError
public class ConfigError
This exception is thrown when a configuration error is detected. (The "error" naming is from the C++ JNI API.)
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 |
---|
public ConfigError()
public ConfigError(java.lang.String message)
public ConfigError(java.lang.Throwable cause)
public ConfigError(java.lang.String string, java.lang.Throwable e)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |