JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface ExceptionEvent.Importer

All Superinterfaces:
Event.Importer
Enclosing interface:
ExceptionEvent

public static interface ExceptionEvent.Importer
extends Event.Importer

Importer (builder) for an exception event.


Method Summary
 ContourID provideCatcher()
          Provides the catcher of the exception.
 Value provideException()
          Provides the exception that was caught.
 VariableID provideVariable()
          Provides the variable identifier holding the exception that was caught.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Importer
provideNumber, provideThreadID
 

Method Detail

provideException

Value provideException()
Provides the exception that was caught.

Returns:
the exception

provideCatcher

ContourID provideCatcher()
Provides the catcher of the exception.

Returns:
the catcher

provideVariable

VariableID provideVariable()
Provides the variable identifier holding the exception that was caught.

Returns:
the variable identifier

JIVE Platform
Release 0.3.1