Package kieker.analysis.exception
Class EventProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.EventProcessingException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ExecutionEventProcessingException
,TraceProcessingException
public class EventProcessingException
extends java.lang.Exception
- Since:
- 1.2
- Author:
- Andre van Hoorn
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EventProcessingException(java.lang.String message)
Creates a new instance of this class using the given parameters.EventProcessingException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance of this class using the given parameters. -
Method Summary
-
Constructor Details
-
EventProcessingException
public EventProcessingException(java.lang.String message, java.lang.Throwable cause)Creates a new instance of this class using the given parameters.- Parameters:
message
- The message of the exception.cause
- The cause of the exception.
-
EventProcessingException
public EventProcessingException(java.lang.String message)Creates a new instance of this class using the given parameters.- Parameters:
message
- The message of the exception.
-