BEA Systems, Inc.

weblogic.apache.xerces.impl.xs
Class XMLSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weblogic.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

getKey

public String getKey()
Deprecated. 

getArgs

public Object[] getArgs()
Deprecated. 

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