Interface EbXMLRegistryError

All Known Implementing Classes:
EbXMLRegistryError30

public interface EbXMLRegistryError
Author:
Dmytro Rud
  • Method Details

    • getCodeContext

      String getCodeContext()
    • setCodeContext

      void setCodeContext(String codeContext)
    • getErrorCode

      String getErrorCode()
    • setErrorCode

      void setErrorCode(String errorCode)
    • getSeverity

      Severity getSeverity()
    • setSeverity

      void setSeverity(Severity severity)
    • getLocation

      String getLocation()
    • setLocation

      void setLocation(String location)