| java.lang.Object org.apache.xerces.util.XMLErrorCode
XMLErrorCode | final class XMLErrorCode (Code) | | A structure that represents an error code, characterized by
a domain and a message key.
author: Naela Nissar, IBM version: $Id: XMLErrorCode.java 447241 2006-09-18 05:12:57Z mrglavas $ |
XMLErrorCode | public XMLErrorCode(String domain, String key)(Code) | | Constructs an XMLErrorCode with the given domain and key.
Parameters: domain - The error domain. Parameters: key - The key of the error message. |
equals | public boolean equals(Object obj)(Code) | | Indicates whether some other object is equal to this XMLErrorCode.
Parameters: obj - the object with which to compare. |
hashCode | public int hashCode()(Code) | | Returns a hash code value for this XMLErrorCode.
a hash code value for this XMLErrorCode. |
setValues | public void setValues(String domain, String key)(Code) | | Convenience method to set the values of an XMLErrorCode.
Parameters: domain - The error domain. Parameters: key - The key of the error message. |
|
|