Class InvalidXmlException

All Implemented Interfaces:
Serializable

public class InvalidXmlException extends EsendexException
Exception to indicate that data could not be treated as xml, probably due to not being well formed.
Author:
Mike Whittaker
See Also:
  • Constructor Details

    • InvalidXmlException

      public InvalidXmlException()
      Instantiates a new invalid xml exception.
    • InvalidXmlException

      public InvalidXmlException(String message)
      Instantiates a new invalid xml exception.
      Parameters:
      message - the message
    • InvalidXmlException

      public InvalidXmlException(Throwable cause)
      Instantiates a new invalid xml exception.
      Parameters:
      cause - the cause
    • InvalidXmlException

      public InvalidXmlException(String message, Throwable cause)
      Instantiates a new invalid xml exception.
      Parameters:
      message - the message
      cause - the cause