Package io.jans.as.model.error
Class ErrorMessageList
- java.lang.Object
-
- io.jans.as.model.error.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 Summary
Constructors Constructor Description ErrorMessageList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ErrorMessage>
getErrorList()
void
setErrorList(java.util.List<ErrorMessage> errorList)
-
-
-
Method Detail
-
getErrorList
public java.util.List<ErrorMessage> getErrorList()
-
setErrorList
public void setErrorList(java.util.List<ErrorMessage> errorList)
-
-