org.apache.xmlbeans
Class XMLStreamValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.xmlbeans.xml.stream.XMLStreamException
                  extended byorg.apache.xmlbeans.XMLStreamValidationException
All Implemented Interfaces:
org.apache.xmlbeans.xml.stream.utils.NestedThrowable, Serializable

public class XMLStreamValidationException
extends org.apache.xmlbeans.xml.stream.XMLStreamException

An exception thrown from a validating XMLInputStream.

See Also:
XmlObject.Factory.newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream), SchemaTypeLoader.newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream, org.apache.xmlbeans.SchemaType, org.apache.xmlbeans.XmlOptions), Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.xmlbeans.xml.stream.utils.NestedThrowable
org.apache.xmlbeans.xml.stream.utils.NestedThrowable.Util
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.xml.stream.XMLStreamException
th
 
Constructor Summary
XMLStreamValidationException(XmlError xmlError)
           
 
Method Summary
 XmlError getXmlError()
           
 
Methods inherited from class org.apache.xmlbeans.xml.stream.XMLStreamException
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLStreamValidationException

public XMLStreamValidationException(XmlError xmlError)
Method Detail

getXmlError

public XmlError getXmlError()