Packagecom.lightstreamer.as_client.errors
Classpublic class FieldError
InheritanceFieldError Inheritance Error

A FieldError exception is thrown when an invalid field is requested to a method.



Public Methods
 MethodDefined By
  
FieldError(field:String)
Create a new FieldError object with a custom field name
FieldError
Constructor Detail
FieldError()Constructor
public function FieldError(field:String)

Create a new FieldError object with a custom field name

Parameters
field:String — The name of the invalid field requested.