Error |
PhidgetError |
Phidget exceptions.
Most functions can throw an exception under the right (or wrong) circumstances. See the Product and Programming manuals for more details.
The error codes that can show up are documented in Constants.
PhidgetError | Phidget exceptions. |
Functions | |
PhidgetError | Creates a new PhidgetError object |
setMessage | Sets the error message for an exception. |
Creates a new PhidgetError object
public function PhidgetError( errorID: int, message: String = null )
Sets the error message for an exception.
public function setMessage( message: String ):void