Interface ErrorDetails


public interface ErrorDetails
Encapsulates the details of an error message, a String message and a List of arguments to substitute into the error message
Author:
Carl Wilson
  • Method Details

    • getMessage

      String getMessage()
      Returns:
      the Error message as a String
    • getArguments

      List<ErrorArgument> getArguments()
      Returns:
      a List of String arguments for the error, or an empty List if there are no args.