Class WFCException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WFCException
    extends StreamExceptionBase
    Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.xml.stream.XMLStreamException

        location, nested
    • Constructor Summary

      Constructors 
      Constructor Description
      WFCException​(java.lang.String msg, javax.xml.stream.Location loc)  
    • Method Summary

      • Methods inherited from class javax.xml.stream.XMLStreamException

        getLocation, getNestedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WFCException

        public WFCException​(java.lang.String msg,
                            javax.xml.stream.Location loc)