XMLSchemaExceptionpublic class XMLSchemaException extends Exception This exception might be thrown by any constraint checking method. |
Fields Summary |
---|
String | key | Object[] | args |
Constructors Summary |
---|
public XMLSchemaException(String key, Object[] args)
this.key = key;
this.args = args;
|
|