Class ConfigReader.XMLValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.net.settings.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:
  • Constructor Details

    • 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.