Class XMLStreamException2

All Implemented Interfaces:
Serializable

public class XMLStreamException2 extends XMLStreamException
To fix the problem in StAX API where exceptions are not properly chained.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • XMLStreamException2

      public XMLStreamException2(String string)
    • XMLStreamException2

      public XMLStreamException2(Throwable throwable)
    • XMLStreamException2

      public XMLStreamException2(String string, Throwable throwable)
    • XMLStreamException2

      public XMLStreamException2(String string, Location location, Throwable throwable)
    • XMLStreamException2

      public XMLStreamException2(String string, Location location)