Fault

public class Fault implements KompicsEvent

The Fault class.

Author:Cosmin Arad <cosmin@sics.se>, Jim Dowling <jdowling@sics.se>, Lars Kroll <lkroll@kth.se>

Fields

source

final ComponentCore source

Constructors

Fault

public Fault(Throwable throwable, ComponentCore source, KompicsEvent event)

Instantiates a new fault.

Parameters:
  • throwable – the throwable

Methods

getCause

public Throwable getCause()

getEvent

public KompicsEvent getEvent()

getSource

public ComponentDefinition getSource()

getSourceCore

public Component getSourceCore()

toString

public String toString()