Class NamedObjectFactory.ConfigException

All Implemented Interfaces:
Serializable
Enclosing class:
NamedObjectFactory<F extends NamedObjectFactory<F,NMR,NMD,OBJ>,NMR extends ObjectNamerOps<NMD>,NMD extends NamedObjectOps,OBJ extends NMD>

public static class NamedObjectFactory.ConfigException extends IllegalArgumentException
Configuration exception. This class can encapsulate an instance of IllegalArgumentException, IllegalStateException, UnsupportedOperationException, or IndexOutOfBoundsException. The constructors are accessible only within the org.bzdev.obnaming package, although instances can be created by several protected methods defined by NamedObjectFactory: This exception is thrown by methods named "add" or "set" defined by this class. Any subclass that overrides an "add" or "set" method must ensure that this exception is thrown.
See Also: