Class InvalidEntityException

    • Constructor Detail

      • InvalidEntityException

        public InvalidEntityException​(String propertyName,
                                      String expectedValue,
                                      String actualValue)
      • InvalidEntityException

        public InvalidEntityException​(String propertyName,
                                      String errorDetails,
                                      Object expectedValue,
                                      Object actualValue)
      • InvalidEntityException

        public InvalidEntityException​(String propertyName,
                                      String errorDetails)
    • Method Detail

      • getActualValue

        public Object getActualValue()
      • getErrorDetails

        public String getErrorDetails()
      • getExpectedValue

        public Object getExpectedValue()
      • getPropertyName

        public String getPropertyName()