BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.xs
Class XMLSchemaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.apache.xerces.impl.xs.XMLSchemaException
All Implemented Interfaces:
Serializable

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLSchemaException
extends Exception

This exception might be thrown by any constraint checking method.

See Also:
Serialized Form

Constructor Summary
XMLSchemaException(String key, Object[] args)
          Deprecated.  
 
Method Summary
 Object[] getArgs()
          Deprecated.  
 String getKey()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLSchemaException

public XMLSchemaException(String key,
                          Object[] args)
Deprecated. 
Method Detail

getArgs

public Object[] getArgs()
Deprecated. 

getKey

public String getKey()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.