com.jcoverage.coverage
Class CoverageRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.jcoverage.util.NestedRuntimeException
                  extended bycom.jcoverage.coverage.CoverageRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class CoverageRuntimeException
extends NestedRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jcoverage.util.NestedRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
CoverageRuntimeException(java.lang.String s)
           
CoverageRuntimeException(java.lang.String s, java.lang.Throwable t)
           
CoverageRuntimeException(java.lang.Throwable t)
           
 
Methods inherited from class com.jcoverage.util.NestedRuntimeException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoverageRuntimeException

public CoverageRuntimeException(java.lang.String s)

CoverageRuntimeException

public CoverageRuntimeException(java.lang.String s,
                                java.lang.Throwable t)

CoverageRuntimeException

public CoverageRuntimeException(java.lang.Throwable t)