JIVE Platform
Release 0.3.1

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

Packages that use ExceptionEvent.Exporter
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.Exporter in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events with parameters of type ExceptionEvent.Exporter
 void ExceptionEvent.export(ExceptionEvent.Exporter exporter)
          Exports the event.
 

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

Classes in edu.buffalo.cse.jive.ui.search.queries that implement ExceptionEvent.Exporter
protected  class ExceptionCaughtSearchQuery.ExceptionEventExporter
          An exporter used to examine ExceptionEvents and to determine if the event is and exception caught by a JiveSearchPattern and exception name.
 


JIVE Platform
Release 0.3.1