JIVE Platform
Release 0.2.2

Uses of Interface
edu.bsu.cs.jive.events.ExceptionEvent

Packages that use ExceptionEvent
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of ExceptionEvent in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events with parameters of type ExceptionEvent
 Object Event.Visitor.visit(ExceptionEvent event, Object arg)
          Visits an ExceptionEvent.
 Object AbstractEventVisitor.visit(ExceptionEvent event, Object arg)
           
 

Uses of ExceptionEvent in edu.buffalo.cse.jive.ui.search.queries
 

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type ExceptionEvent
protected  boolean ExceptionCaughtSearchQuery.checkForMatch(ExceptionEvent event)
          Checks if the supplied ExceptionEvent matches the pattern and exception name.
 


JIVE Platform
Release 0.2.2