Packageorg.vostokframework.configuration.parsers.errors
Classpublic class ConfigurationParserError
InheritanceConfigurationParserError Inheritance VostokFrameworkError Inheritance Error

description



Public Methods
 MethodDefined By
  
ConfigurationParserError(message:String = null)
Constructor, creates a new ConfigurationParserError instance.
ConfigurationParserError
Constructor Detail
ConfigurationParserError()Constructor
public function ConfigurationParserError(message:String = null)

Constructor, creates a new ConfigurationParserError instance.

Parameters
message:String (default = null) — A string associated with the error object.