Package io.jans.as.model.error
Class ErrorMessageList
- java.lang.Object
-
- io.jans.as.model.error.ErrorMessageList
-
public class ErrorMessageList extends 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 List<io.jans.model.error.ErrorMessage>
getErrorList()
void
setErrorList(List<io.jans.model.error.ErrorMessage> errorList)
-