org.apache.xerces.impl.dv
public class DatatypeException extends Exception
Version: $Id: DatatypeException.java,v 1.7 2004/10/06 14:56:50 mrglavas Exp $
UNKNOWN:
| Field Summary | |
|---|---|
| protected Object[] | args |
| protected String | key |
| Constructor Summary | |
|---|---|
| DatatypeException(String key, Object[] args)
Create a new datatype exception by providing an error code and a list
of error message substitution arguments.
| |
| Method Summary | |
|---|---|
| Object[] | getArgs()
Return the list of error arguments
|
| String | getKey()
Return the error code
|
| String | getMessage()
Overrides this method to get the formatted&localized error message.
|
Parameters: key error code args error arguments
Returns: error arguments
Returns: error code