Class InvalidXmlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.rat.report.xml.writer.InvalidXmlException
All Implemented Interfaces:
Serializable

public class InvalidXmlException extends IOException
Indicates that the requested document is not well formed.
See Also:
Serialized Form
  • Constructor Details

    • InvalidXmlException

      public InvalidXmlException(String message)
      Instantiate exception with given message.
      Parameters:
      message - more context when this exception happens.