Packageorg.vostokframework.domain.loading.errors
Classpublic class DuplicateLoaderError
InheritanceDuplicateLoaderError Inheritance VostokFrameworkError Inheritance Error

description



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


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

Constructor, creates a new DuplicateAssetLoaderError instance.

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