Class InvalidInputException

    • Constructor Detail

      • InvalidInputException

        public InvalidInputException​(String message)
        Constructs a new InvalidInputException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setCode

        public void setCode​(Integer code)
        Parameters:
        code -
      • getCode

        public Integer getCode()
        Returns:
      • withCode

        public InvalidInputException withCode​(Integer code)
        Parameters:
        code -
        Returns:
        Returns a reference to this object so that method calls can be chained together.