Class ConfigReader.XMLValidationException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ConfigReader

    public static class ConfigReader.XMLValidationException
    extends RuntimeException
    Thrown in the event of a semantic error in the parsed XML file.
    Author:
    Quickstone Technologies Limited
    See Also:
    Serialized Form
    • Constructor Detail

      • XMLValidationException

        public XMLValidationException()
        Creates a new exception without a detail message.
      • XMLValidationException

        public XMLValidationException​(String msg)
        Creates a new exception with a detail message.
        Parameters:
        msg - the detail message.