org.wso2.carbon
Class CarbonError
java.lang.Object
org.wso2.carbon.CarbonError
public class CarbonError
- extends Object
Class CarbonError is used to encapsulate error messages which are eventually to be displayed
inside the proper error page. This is used inside UI jsps.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
CarbonError
public CarbonError()
addError
public void addError(String msg)
getErrors
public List<String> getErrors()
Copyright © 2014 WSO2 Inc. All rights reserved.