org.netbeans.lib.cvsclient.util
Class BugLog

java.lang.Object
  extended by org.netbeans.lib.cvsclient.util.BugLog

public class BugLog
extends java.lang.Object

Assertion tool class.


Nested Class Summary
static class BugLog.BugException
           
 
Constructor Summary
BugLog()
           
 
Method Summary
 void assertNotNull(java.lang.Object obj)
           
 void assertTrue(boolean value, java.lang.String message)
           
 void bug(java.lang.String message)
           
static BugLog getInstance()
           
static void setInstance(BugLog instance)
           
 void showException(java.lang.Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugLog

public BugLog()
Method Detail

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)

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.