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