Packageorg.vostokframework.domain.assets.errors
Classpublic class UnsupportedAssetTypeError
InheritanceUnsupportedAssetTypeError Inheritance VostokFrameworkError Inheritance Error

description



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


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