uk.ac.man.bioinf.debug
Class DefaultFileDebug

java.lang.Object
  |
  +--uk.ac.man.bioinf.debug.AbstractDebug
        |
        +--uk.ac.man.bioinf.debug.DefaultFileDebug
All Implemented Interfaces:
DebugInterface

public class DefaultFileDebug
extends AbstractDebug

DefaultFileDebug.java Created: Sun May 7 23:46:57 2000

Version:
$Id: DefaultFileDebug.java,v 1.2 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord

Constructor Summary
DefaultFileDebug(File file)
           
 
Method Summary
 void message(Class cla, String message)
           
 void throwable(Class cla, Throwable th)
           
 
Methods inherited from class uk.ac.man.bioinf.debug.AbstractDebug
both, both, both, both, message, message, message, throwable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileDebug

public DefaultFileDebug(File file)
                 throws IOException
Method Detail

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