Class ValidationException

  • All Implemented Interfaces:
    Serializable

    public class ValidationException
    extends Exception
    A checked exception thrown when there is an XML validation error.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationException

        public ValidationException​(Throwable cause)
      • ValidationException

        public ValidationException​(String invalidXml,
                                   Throwable cause)
    • Method Detail

      • getInvalidXml

        public String getInvalidXml()