Class ErrorMessageList


  • public class ErrorMessageList
    extends java.lang.Object
    Represents an error message list in a configuration XML file.
    Author:
    Javier Rojas Date: 09.23.2011
    • Constructor Detail

      • ErrorMessageList

        public ErrorMessageList()
    • Method Detail

      • getErrorList

        public java.util.List<ErrorMessage> getErrorList()
      • setErrorList

        public void setErrorList​(java.util.List<ErrorMessage> errorList)