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:
Serializable
- Enclosing class:
- ConfigReader
Thrown in the event of a semantic error in the parsed XML file.
- Author:
- Quickstone Technologies Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception without a detail message.Creates a new exception with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLValidationException
public XMLValidationException()Creates a new exception without a detail message. -
XMLValidationException
Creates a new exception with a detail message.- Parameters:
msg
- the detail message.
-