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.
  • Field Details

  • Constructor Details

    • CarbonError

      public CarbonError()
  • Method Details

    • addError

      public void addError(String msg)
    • getErrors

      public List<String> getErrors()