Class ErrorMessage


  • public class ErrorMessage
    extends Object

    Represents an error message in a configuration XML file.

    The attribute id is REQUIRED. A single error code.

    The element description is OPTIONAL. A human-readable UTF-8 encoded text providing additional information, used to assist the client developer in understanding the error that occurred.

    The element URI is OPTIONAL. A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.

    Author:
    Javier Rojas Date: 09.23.2011
    • Constructor Detail

      • ErrorMessage

        public ErrorMessage()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getUri

        public String getUri()
      • setUri

        public void setUri​(String uri)