Class ErrorMessageList


  • public class ErrorMessageList
    extends 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 List<io.jans.model.error.ErrorMessage> getErrorList()
      • setErrorList

        public void setErrorList​(List<io.jans.model.error.ErrorMessage> errorList)