Packagenet.guttershark.errors
Classpublic class AccessError
InheritanceAccessError Inheritance Error

The AccessError class defines an error that should be used when a property read or write error happens.



Public Methods
 MethodDefined by
  
AccessError(message:String, id:int = 0)
Constructor for AccessError instances.
AccessError
Constructor detail
AccessError()constructor
public function AccessError(message:String, id:int = 0)

Constructor for AccessError instances.

Parameters
message:String — The error message.
 
id:int (default = 0) — An id for this error.