INRIA & FluxMedia

fr.fluxmedia.transmorpher.utils
Class TMRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fr.fluxmedia.transmorpher.utils.TMException
                    |
                    +--fr.fluxmedia.transmorpher.utils.TMRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class TMRuntimeException
extends TMException

See Also:
Serialized Form

Field Summary
private  java.lang.Exception innerException
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
TMRuntimeException(java.lang.Exception e, java.lang.String msg)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

innerException

private java.lang.Exception innerException
Constructor Detail

TMRuntimeException

public TMRuntimeException(java.lang.Exception e,
                          java.lang.String msg)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

INRIA & FluxMedia

..no bottom yet...