Packageorg.vostokframework.domain.assets.errors
Classpublic class AssetPackageNotFoundError
InheritanceAssetPackageNotFoundError Inheritance VostokFrameworkError Inheritance Error

description



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


Implementation
    public function get identification():VostokIdentification
Constructor Detail
AssetPackageNotFoundError()Constructor
public function AssetPackageNotFoundError(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)