org.jfox.mx
Class MxRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jfox.mx.MxRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class MxRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

MxRuntimeException

public MxRuntimeException()

MxRuntimeException

public MxRuntimeException(java.lang.String message)

MxRuntimeException

public MxRuntimeException(java.lang.Throwable cause)

MxRuntimeException

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