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 Detail

      • getMessage

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

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