Class WstxException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WstxIOException, WstxOutputException, WstxParsingException

public class WstxException extends XMLStreamException
Base class for all implementatations of XMLStreamException Wstx uses.
See Also:
  • Field Details

    • mMsg

      protected final String mMsg
      D'oh. Super-class munges and hides the message, have to duplicate here
  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
      Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
      Overrides:
      getMessage in class Throwable
    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • getLocationDesc

      protected String getLocationDesc()