org.apache.xerces.impl.xs
Class XMLSchemaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xerces.impl.xs.XMLSchemaException
- public class XMLSchemaException
- extends java.lang.Exception
This exception might be thrown by any constraint checking method.
- Version:
- $Id: XMLSchemaException.java,v 1.2 2001/11/13 20:32:32 sandygao Exp $
- Author:
- Elena Litani, IBM
- See Also:
- Serialized Form
Method Summary |
java.lang.Object[] |
getArgs()
|
java.lang.String |
getKey()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
XMLSchemaException
public XMLSchemaException(java.lang.String msg)
XMLSchemaException
public XMLSchemaException(java.lang.String key,
java.lang.Object[] args)
getKey
public java.lang.String getKey()
getArgs
public java.lang.Object[] getArgs()
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.