Package org.jcsp.net.settings
Class ConfigReader.XMLValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jcsp.net.settings.ConfigReader.XMLValidationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConfigReader
public static class ConfigReader.XMLValidationException extends java.lang.RuntimeException
Thrown in the event of a semantic error in the parsed XML file.- Author:
- Quickstone Technologies Limited
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLValidationException()
Creates a new exception without a detail message.XMLValidationException(java.lang.String msg)
Creates a new exception with a detail message.
-