Class NoPublicSettersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.klojang.util.InvokeException
org.klojang.invoke.NoPublicSettersException
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString