Package kieker.analysis.exception
Class PluginNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.PluginNotFoundException
- All Implemented Interfaces:
Serializable
Deprecated.
since 1.15.1 plugin API
The Plugin requested with the ID was not found in the registry.
- Since:
- 1.10
- Author:
- Markus Fischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginNotFoundException(int id, Configuration configuration) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intDeprecated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginNotFoundException
Deprecated.Constructor.- Parameters:
id- requesting IDconfiguration- requesting configuration
-
-
Method Details
-
getPluginID
public int getPluginID()Deprecated.- Returns:
- the pluginID
-
getConfiguration
Deprecated.- Returns:
- the configuration
-