org.netbeans.lib.cvsclient.util
Class BugLog
java.lang.Object
org.netbeans.lib.cvsclient.util.BugLog
public class BugLog
- extends java.lang.Object
Assertion tool class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugLog
public BugLog()
getInstance
public static BugLog getInstance()
setInstance
public static void setInstance(BugLog instance)
showException
public void showException(java.lang.Exception ex)
assertTrue
public void assertTrue(boolean value,
java.lang.String message)
assertNotNull
public void assertNotNull(java.lang.Object obj)
bug
public void bug(java.lang.String message)