| Package | com.esri.bacore |
| Class | public class BARequestError |
| Inheritance | BARequestError Error |
execute method of Community Analyst Tasks
if task parameters are incorrect.
| Method | Defined 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 | ||
| BARequestError | () | Constructor |
public function BARequestError(message:String)Creates a new instance of the BARequestError class with the specified message.
Parametersmessage:String — String that contains the message that describes the error.
|
| toString | () | method |
public function toString():StringReturns the string "[BARequestError]" by default, and includes the message property if defined.
ReturnsString — String representation of the BARequestError.
|