net.sourceforge.cruisecontrol
Class CruiseControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.cruisecontrol.CruiseControlException
All Implemented Interfaces:
java.io.Serializable

public class CruiseControlException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CruiseControlException()
           
CruiseControlException(java.lang.String message)
           
CruiseControlException(java.lang.String message, java.lang.Throwable cause)
           
CruiseControlException(java.lang.Throwable cause)
           
 
Method Summary
 void throwIf(boolean truthTest)
           
static void throwIf(boolean truthTest, java.lang.String message)
           
 
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

CruiseControlException

public CruiseControlException()

CruiseControlException

public CruiseControlException(java.lang.String message)

CruiseControlException

public CruiseControlException(java.lang.Throwable cause)

CruiseControlException

public CruiseControlException(java.lang.String message,
                              java.lang.Throwable cause)
Method Detail

throwIf

public static void throwIf(boolean truthTest,
                           java.lang.String message)
                    throws CruiseControlException
Throws:
CruiseControlException

throwIf

public void throwIf(boolean truthTest)
             throws CruiseControlException
Throws:
CruiseControlException