Package kieker.analysis.exception
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
-
Constructor Details
-
InternalErrorException
public InternalErrorException(java.lang.String message) -
InternalErrorException
public InternalErrorException(java.lang.String message, java.lang.Exception e) -
InternalErrorException
public InternalErrorException()
-