net.sourceforge.cruisecontrol
Class CruiseControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.cruisecontrol.CruiseControlException
- All Implemented Interfaces:
- java.io.Serializable
- public class CruiseControlException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
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)
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