Package kieker.analysis.exception
Class PluginNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.PluginNotFoundException
- All Implemented Interfaces:
java.io.Serializable
@Deprecated
public class PluginNotFoundException
extends java.lang.Exception
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PluginNotFoundException(int id, Configuration configuration)Deprecated.Constructor. -
Method Summary
Modifier and Type Method Description ConfigurationgetConfiguration()Deprecated.intgetPluginID()Deprecated.
-
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
-