Packageorg.vostokframework.domain.assets.errors
Classpublic class AssetNotFoundError
InheritanceAssetNotFoundError Inheritance VostokFrameworkError Inheritance Error

description



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


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

Constructor, creates a new AssetRepositoryError instance.

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