sbrt.kernel.io
Class WarningHandlerFactory

java.lang.Object
  extended by sbrt.kernel.io.WarningHandlerFactory

public class WarningHandlerFactory
extends java.lang.Object

This class is used to provide a default WarningHandler. The current default warning handler prints all provided messages to System.err.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Constructor Summary
WarningHandlerFactory()
           
 
Method Summary
static WarningHandler getDefault()
          Returns the default warning handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningHandlerFactory

public WarningHandlerFactory()
Method Detail

getDefault

public static WarningHandler getDefault()
Returns the default warning handler.

Returns:
the default warning handler.