Package io.milton.property
Class PropertySource.PropertySetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.milton.property.PropertySource.PropertySetException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PropertySource
Exception from setting a field
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionShould contain a human readable description of the problemA response code indicating the problem.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertySetException
-
-
Method Details
-
getStatus
A response code indicating the problem. Eg 500 for a processing error, or conflict, forbidden, etc- Returns:
-
getErrorNotes
Should contain a human readable description of the problem- Returns:
-