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
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigReader.XMLValidationException
public ConfigReader.XMLValidationException()
- Creates a new exception without a detail message.
ConfigReader.XMLValidationException
public ConfigReader.XMLValidationException(String msg)
- Creates a new exception with a detail message.
- Parameters:
msg
- the detail message.
Copyright © 1996-2012. All Rights Reserved.