Packagecom.esri.bacore
Classpublic class BARequestError
InheritanceBARequestError Inheritance Error

An error of the BARequestError class is thrown in the execute method of Community Analyst Tasks if task parameters are incorrect.



Public Methods
 MethodDefined By
  
BARequestError(message:String)
Creates a new instance of the BARequestError class with the specified message.
BARequestError
  
toString():String
Returns the string "[BARequestError]" by default, and includes the message property if defined.
BARequestError
Constructor Detail
BARequestError()Constructor
public function BARequestError(message:String)

Creates a new instance of the BARequestError class with the specified message.

Parameters
message:String — String that contains the message that describes the error.
Method Detail
toString()method
public function toString():String

Returns the string "[BARequestError]" by default, and includes the message property if defined.

Returns
String — String representation of the BARequestError.