Kieker 1.9

kieker.common.record.flow
Interface IExceptionRecord

All Superinterfaces:
Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, Serializable
All Known Implementing Classes:
AfterConstructorFailedEvent, AfterOperationFailedEvent, AfterOperationFailedObjectEvent

public interface IExceptionRecord
extends IFlowRecord

Interface for all flow records that describe exceptions. All exception records have a cause field of type String.

Since:
1.6
Author:
Jan Waller

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.BinaryFactory, IMonitoringRecord.Factory
 
Method Summary
 String getCause()
           
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueTypes, initFromArray, initFromBytes, setLoggingTimestamp, toArray, toString, writeBytes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCause

String getCause()
Returns:
The cause of the exception.
Since:
1.6

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net