- All Implemented Interfaces:
- java.io.Serializable
public class DuplicateInstanceNameException
extends java.lang.RuntimeException
This exception is thrown whenever more than one built-in instance in the same plugin have same name. This will
occur whenever multiple, same-named instances are returned from getDefaultInstance() method invocations
across all MaskingComponents in the plugin. It is possible for a single MaskingComponent implementation to
trigger this errors by returning multiple instances with the same name from a single getDefaultInstance()
invocation. Plugins that exhibit this error will not be loadable.
- See Also:
- Serialized Form