Packageorg.vostokframework.domain.loading.errors
Classpublic class LoaderNotFoundError
InheritanceLoaderNotFoundError Inheritance VostokFrameworkError Inheritance Error

description



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


Implementation
    public function get loaderIdentification():VostokIdentification
Constructor Detail
LoaderNotFoundError()Constructor
public function LoaderNotFoundError(loaderIdentification:VostokIdentification, message:String = null)

Constructor, creates a new AssetRepositoryError instance.

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