com.atlassian.clover.api
Class CloverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.clover.api.CloverException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CloverRegistryException

public class CloverException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CloverException(java.lang.String reason)
           
CloverException(java.lang.String message, java.lang.Throwable cause)
           
CloverException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloverException

public CloverException(java.lang.String reason)

CloverException

public CloverException(java.lang.Throwable cause)

CloverException

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