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:
- Serializable
public class XMLSchemaException
- extends Exception
This exception might be thrown by any constraint checking method.
- Version:
- $Id: XMLSchemaException.java 446734 2006-09-15 20:51:23Z mrglavas $
- Author:
- Elena Litani, IBM
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLSchemaException
public XMLSchemaException(String key,
Object[] args)
getKey
public String getKey()
getArgs
public Object[] getArgs()
Copyright © 2011. All Rights Reserved.