Package org.apache.xerces.impl.xs
Class XMLSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xerces.impl.xs.XMLSchemaException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMLSchemaException extends java.lang.Exception
This exception might be thrown by any constraint checking method.INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLSchemaException.java 446734 2006-09-15 20:51:23Z mrglavas $
- Author:
- Elena Litani, IBM
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLSchemaException(java.lang.String key, java.lang.Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getArgs()
java.lang.String
getKey()
-