Class NoPublicSettersException

All Implemented Interfaces:
Serializable

public final class NoPublicSettersException extends InvokeException
Thrown if a BeanWriter is created for a class with zero public setters, or if they were all excluded while constructing the BeanWriter.
Author:
Ayco Holleman
See Also: