quickfix
Class RuntimeError

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

public class RuntimeError
extends java.lang.RuntimeException

Application encountered serious error during runtime. (The "error" naming is from the C++ JNI API.)

See Also:
Serialized Form

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

RuntimeError

public RuntimeError()

RuntimeError

public RuntimeError(java.lang.String message)

RuntimeError

public RuntimeError(java.lang.Throwable e)

RuntimeError

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