Class XMLWriterException

All Implemented Interfaces:
Serializable

An exception that can be thrown by the XMLWriter class.
See Also:
  • Constructor Details

    • XMLWriterException

      Creates a new exception with no message or parent.
    • XMLWriterException

      public XMLWriterException(String message)
      Creates an exception.
      Parameters:
      message - the exception message.
    • XMLWriterException

      public XMLWriterException(String message, Exception ex)
      Creates an exception.
      Parameters:
      message - the exception message.
      ex - the parent exception.