This exception is thrown if one of the {@link PropertySet}'s convenience methods does not find a required {@link Section}.
The constructors of this class are analogous to those of its superclass and documented there.
Constructor super();
Constructor
super();
Constructorparammsg The exception's message string super(msg);
super(msg);
Constructorparamreason This exception's underlying reason super(reason);
super(reason);
Constructorparammsg The exception's message stringparamreason This exception's underlying reason super(msg, reason);
super(msg, reason);