PathwayLogic Assistant API

pla
Class ExceptionHandler

java.lang.Object
  extended by pla.ExceptionHandler
All Implemented Interfaces:
Handler

public class ExceptionHandler
extends Object
implements Handler

Author:
linda

Field Summary
static boolean SHUTDOWN_AFTER_ERROR
           
 
Constructor Summary
ExceptionHandler()
           
 
Method Summary
 void handle(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHUTDOWN_AFTER_ERROR

public static boolean SHUTDOWN_AFTER_ERROR
Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handle

public void handle(Throwable e)
Specified by:
handle in interface Handler

PathwayLogic Assistant API