XMLStreamValidationException Class

DEPRECATED Superceded by JSR 173

com.bea.xml
XMLStreamValidationException Class

public class XMLStreamValidationException

    extends XMLStreamException

An exception thrown from a validating XMLInputStream.

Related Topics

XmlObject.Factory.newValidatingXMLInputStream(XMLInputStream)
SchemaTypeLoader.newValidatingXMLInputStream(XMLInputStream, SchemaType, XmlOptions)


Hierarchy
Object
  Throwable
    Exception
      IOException
        XMLStreamException
          XMLStreamValidationException
All Implemented Interfaces

NestedThrowable, Serializable

Field Summary

   
Fields from  weblogic.xml.stream.XMLStreamException
th
 

Constructor Summary

XMLStreamValidationException(XmlError xmlError)

 

Method Summary

public XmlError
getXmlError()
 
Methods from  weblogic.xml.stream.XMLStreamException
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface weblogic.utils.NestedThrowable
getNested, superPrintStackTrace, superPrintStackTrace, superToString
 

Constructor Detail

XMLStreamValidationException

public XMLStreamValidationException(XmlError xmlError)
 

Method Detail

getXmlError() Method

public XmlError getXmlError()