Class EventProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.EventProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExecutionEventProcessingException, TraceProcessingException

public class EventProcessingException extends Exception
Since:
1.2
Author:
Andre van Hoorn
See Also:
  • Constructor Details

    • EventProcessingException

      public EventProcessingException(String message, 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(String message)
      Creates a new instance of this class using the given parameters.
      Parameters:
      message - The message of the exception.