jmusic.jdi
Class ExceptionEventHandler

java.lang.Object
  extended by jmusic.jdi.ExceptionEventHandler
All Implemented Interfaces:
EventHandler

public class ExceptionEventHandler
extends java.lang.Object
implements EventHandler

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ExceptionEventHandler(JDIObserver observer, java.lang.String include_class_pattern)
           
 
Method Summary
 java.lang.String getClassPattern()
           
 void handleEvent(com.sun.jdi.event.Event e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionEventHandler

public ExceptionEventHandler(JDIObserver observer,
                             java.lang.String include_class_pattern)
Parameters:
observer -
include_class_pattern -
Method Detail

handleEvent

public void handleEvent(com.sun.jdi.event.Event e)
Specified by:
handleEvent in interface EventHandler

getClassPattern

public java.lang.String getClassPattern()
Specified by:
getClassPattern in interface EventHandler