Package kieker.analysis.exception
Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.InternalErrorException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInternalErrorException(String message) InternalErrorException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalErrorException
-
InternalErrorException
-
InternalErrorException
public InternalErrorException()
-