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

public static class PropertySource.PropertySetException extends RuntimeException
Exception from setting a field
See Also:
  • Constructor Details

  • Method Details

    • getStatus

      public Response.Status getStatus()
      A response code indicating the problem. Eg 500 for a processing error, or conflict, forbidden, etc
      Returns:
    • getErrorNotes

      public String getErrorNotes()
      Should contain a human readable description of the problem
      Returns: