org.wso2.carbon
Class CarbonError

java.lang.Object
  extended by 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.


Field Summary
static String ID
           
 
Constructor Summary
CarbonError()
           
 
Method Summary
 void addError(String msg)
           
 List<String> getErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

CarbonError

public CarbonError()
Method Detail

addError

public void addError(String msg)

getErrors

public List<String> getErrors()


Copyright © 2014 WSO2 Inc. All rights reserved.