Package | org.vostokframework.configuration.parsers.xml.errors |
Class | public class XMLConfigurationParserError |
Inheritance | XMLConfigurationParserError VostokFrameworkError Error |
Method | Defined By | ||
---|---|---|---|
XMLConfigurationParserError(message:String = null)
Constructor, creates a new XMLConfigurationParserError instance. | XMLConfigurationParserError |
XMLConfigurationParserError | () | Constructor |
public function XMLConfigurationParserError(message:String = null)
Constructor, creates a new XMLConfigurationParserError instance.
Parametersmessage:String (default = null ) — A string associated with the error object.
|