com.jcoverage.coverage
Class CoverageRuntimeException

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

public class CoverageRuntimeException
extends NestedRuntimeException

See Also:
Serialized Form

Constructor Summary
CoverageRuntimeException(java.lang.String s)
           
CoverageRuntimeException(java.lang.String s, java.lang.Throwable t)
           
CoverageRuntimeException(java.lang.Throwable t)
           
 
Method Summary
 
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)