XMLSchemaExceptionpublic class XMLSchemaException extends Exception This exception might be thrown by any constraint checking method. |
Fields Summary |
---|
static final long | serialVersionUIDSerialization version. | String | key | Object[] | args |
Constructors Summary |
---|
public XMLSchemaException(String key, Object[] args)
// report an error
this.key = key;
this.args = args;
|
|