Class FieldNotFoundException

    • Constructor Detail

      • FieldNotFoundException

        public FieldNotFoundException()
        Instantiates a new field not found exception.
      • FieldNotFoundException

        public FieldNotFoundException​(String errorMessage)
        Instantiates a new field not found exception.
        Parameters:
        errorMessage - the error message
      • FieldNotFoundException

        public FieldNotFoundException​(String message,
                                      Throwable cause)
        Instantiates a new field not found exception.
        Parameters:
        message - the message
        cause - the cause