Packageorg.vostokframework.application.cache.errors
Classpublic class CachedAssetDataNotFoundError
InheritanceCachedAssetDataNotFoundError Inheritance VostokFrameworkError Inheritance Error

description



Public Properties
 PropertyDefined By
  identification : VostokIdentification
[read-only]
CachedAssetDataNotFoundError
Public Methods
 MethodDefined By
  
CachedAssetDataNotFoundError(identification:VostokIdentification, message:String = null)
Constructor, creates a new DuplicateAssetLoaderError instance.
CachedAssetDataNotFoundError
Property Detail
identificationproperty
identification:VostokIdentification  [read-only]


Implementation
    public function get identification():VostokIdentification
Constructor Detail
CachedAssetDataNotFoundError()Constructor
public function CachedAssetDataNotFoundError(identification:VostokIdentification, message:String = null)

Constructor, creates a new DuplicateAssetLoaderError instance.

Parameters
identification:VostokIdentification — A string associated with the error object.
 
message:String (default = null)