Packagecom.lightstreamer.as_client.errors
Classpublic class ConfigurationError
InheritanceConfigurationError Inheritance Error

A ConfigurationError exception is thrown when an unexpected parameter or parameter value is passed to a configuration method.



Public Methods
 MethodDefined By
  
ConfigurationError(message:String)
Create a new ConfigurationError object with a custom message.
ConfigurationError
Constructor Detail
ConfigurationError()Constructor
public function ConfigurationError(message:String)

Create a new ConfigurationError object with a custom message.

Parameters
message:String — The custom message.