Class InternalErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.InternalErrorException
All Implemented Interfaces:
Serializable

public class InternalErrorException extends Exception
Exception for errors that occur due to design errors or misuse of classes or are otherwise unexpected.
Since:
2.0.0
Author:
Reiner Jung
See Also:
  • Constructor Details

    • InternalErrorException

      public InternalErrorException(String message)
    • InternalErrorException

      public InternalErrorException(String message, Exception e)
    • InternalErrorException

      public InternalErrorException()