burger.pgfs
Class ExceptionHandler
java.lang.Object
burger.pgfs.ExceptionHandler
public class ExceptionHandler
- extends java.lang.Object
|
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 |
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)
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)