public class SchemaException extends Exception
| 构造器和说明 |
|---|
SchemaException(SchemaErrorEnum errorEnum) |
SchemaException(SchemaErrorEnum errorCode,
String attributeId) |
SchemaException(SchemaErrorEnum errorCode,
Throwable e) |
SchemaException(String errorCode,
String errorMessage) |
SchemaException(String errorCode,
String errorMessage,
String attributeId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributeId()
Getter method for property attributeId.
|
String |
getErrorCode()
Getter method for property errorCode.
|
String |
getErrorMessage()
Getter method for property errorMessage.
|
void |
setAttributeId(String attributeId)
Setter method for property attributeId.
|
void |
setErrorCode(String errorCode)
Setter method for property errorCode.
|
void |
setErrorMessage(String errorMessage)
Setter method for property errorMessage.
|
public SchemaException(SchemaErrorEnum errorEnum)
public SchemaException(SchemaErrorEnum errorCode, String attributeId)
public SchemaException(SchemaErrorEnum errorCode, Throwable e)
public String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - value to be assigned to property errorCodepublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - value to be assigned to property errorMessagepublic String getAttributeId()
public void setAttributeId(String attributeId)
attributeId - value to be assigned to property attributeIdCopyright © 2023. All rights reserved.