Package ghidra.framework
Class PluggableServiceRegistryException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- ghidra.framework.PluggableServiceRegistryException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PluggableServiceRegistryException extends java.lang.RuntimeException- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PluggableServiceRegistryException(java.lang.Class<? extends java.lang.Object> pluggableServiceClass, java.lang.Class<? extends java.lang.Object> alreadyRegisteredPluggableServiceClass, java.lang.Class<? extends java.lang.Object> pluggableServiceReplacementInstanceClass)
 
- 
- 
- 
Constructor Detail- 
PluggableServiceRegistryExceptionpublic PluggableServiceRegistryException(java.lang.Class<? extends java.lang.Object> pluggableServiceClass, java.lang.Class<? extends java.lang.Object> alreadyRegisteredPluggableServiceClass, java.lang.Class<? extends java.lang.Object> pluggableServiceReplacementInstanceClass)
 
- 
 
-