Packagenet.guttershark.errors
Classpublic class AssetError
InheritanceAssetError Inheritance Error

The AssetError Class defines a custom error that will be thrown from an AssetLibrary when an Asset is not available.



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

Constructor for AssetError instances.

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