Class InternalErrorException

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

public class InternalErrorException
extends java.lang.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:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InternalErrorException()  
    InternalErrorException​(java.lang.String message)  
    InternalErrorException​(java.lang.String message, java.lang.Exception e)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait