Class UncheckedXmlStreamException

All Implemented Interfaces:
Serializable

public class UncheckedXmlStreamException extends UnexpectedValueException
Unchecked version of XMLStreamException.
Author:
brandizi
Date:
29 Jul 2020
See Also:
  • Constructor Details

    • UncheckedXmlStreamException

      public UncheckedXmlStreamException(String message, XMLStreamException cause)
    • UncheckedXmlStreamException

      public UncheckedXmlStreamException(String message)