Package kieker.analysis.exception
Class EventProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.EventProcessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionEventProcessingException,TraceProcessingException
- Since:
- 1.2
- Author:
- Andre van Hoorn
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventProcessingException(String message) Creates a new instance of this class using the given parameters.EventProcessingException(String message, Throwable cause) Creates a new instance of this class using the given parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventProcessingException
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
Creates a new instance of this class using the given parameters.- Parameters:
message- The message of the exception.
-