burger.pgfs
Class ExceptionHandler

java.lang.Object
  extended by burger.pgfs.ExceptionHandler

public class ExceptionHandler
extends java.lang.Object


Constructor Summary
ExceptionHandler()
           
ExceptionHandler(java.sql.Connection con, WWWGets gets)
           
ExceptionHandler(java.io.OutputStream out)
           
ExceptionHandler(java.io.OutputStream out, java.sql.Connection con, WWWGets gets)
           
 
Method Summary
 void handle(java.lang.Exception e)
           
 void handle(java.lang.Exception e, java.io.BufferedOutputStream bout)
           
 void handle(java.lang.Exception e, java.io.BufferedOutputStream bout, java.lang.String info)
           
 void handle(java.lang.Exception e, java.io.OutputStream out)
           
 void handle(java.lang.Exception e, java.lang.String message)
           
 void handle(java.lang.String where, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()

ExceptionHandler

public ExceptionHandler(java.io.OutputStream out)

ExceptionHandler

public ExceptionHandler(java.io.OutputStream out,
                        java.sql.Connection con,
                        WWWGets gets)

ExceptionHandler

public ExceptionHandler(java.sql.Connection con,
                        WWWGets gets)
Method Detail

handle

public void handle(java.lang.Exception e)

handle

public void handle(java.lang.Exception e,
                   java.lang.String message)

handle

public void handle(java.lang.Exception e,
                   java.io.BufferedOutputStream bout)

handle

public void handle(java.lang.Exception e,
                   java.io.BufferedOutputStream bout,
                   java.lang.String info)

handle

public void handle(java.lang.Exception e,
                   java.io.OutputStream out)

handle

public void handle(java.lang.String where,
                   java.lang.Exception e)