Package kieker.analysis.exception
Class InvalidProjectContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kieker.analysis.exception.InvalidProjectContextException
- All Implemented Interfaces:
Serializable
An exception to show that a plugin received an invalid project context.
- Since:
- 1.7
- Author:
- Nils Christian Ehmke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidProjectContextException(String message) Creates a new instance of this class using the given parameters.InvalidProjectContextException(String message, Throwable cause) Creates a new instance of this class using the given parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidProjectContextException
Creates a new instance of this class using the given parameters.- Parameters:
message- The message of the exception.cause- The cause of the exception.
-
InvalidProjectContextException
Creates a new instance of this class using the given parameters.- Parameters:
message- The message of the exception.
-