uk.ac.man.bioinf.debug
Class NullDebug
java.lang.Object
|
+--uk.ac.man.bioinf.debug.AbstractDebug
|
+--uk.ac.man.bioinf.debug.NullDebug
- All Implemented Interfaces:
- DebugInterface
- public class NullDebug
- extends AbstractDebug
NullDebug.java
This class does nothing with debug methods. Very useful for
clearing out spam quickly!
Created: Tue May 16 12:42:54 2000
- Version:
- $Id: NullDebug.java,v 1.2 2001/04/11 17:04:42 lord Exp $
- Author:
- Phillip Lord
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullDebug
public NullDebug()
message
public void message(Class cla,
String message)
- Specified by:
message
in interface DebugInterface
- Specified by:
message
in class AbstractDebug
throwable
public void throwable(Class cla,
Throwable th)
- Specified by:
throwable
in interface DebugInterface
- Specified by:
throwable
in class AbstractDebug