Class InvalidArgumentsException

    • Constructor Detail

      • InvalidArgumentsException

        public InvalidArgumentsException​(List<ServiceError> list)
        Constructor with list as the argument.
        Parameters:
        list - the error list.
    • Method Detail

      • getList

        public List<ServiceError> getList()
        Getter for error list.
        Returns:
        The error list.