| Package | org.vostokframework.domain.loading.errors |
| Class | public class DuplicateLoaderError |
| Inheritance | DuplicateLoaderError VostokFrameworkError Error |
| Property | Defined By | ||
|---|---|---|---|
| loaderIdentification : VostokIdentification [read-only] | DuplicateLoaderError | ||
| Method | Defined By | ||
|---|---|---|---|
DuplicateLoaderError(loaderIdentification:VostokIdentification, message:String = null)
Constructor, creates a new DuplicateAssetLoaderError instance. | DuplicateLoaderError | ||
| loaderIdentification | property |
loaderIdentification:VostokIdentification [read-only] public function get loaderIdentification():VostokIdentification| DuplicateLoaderError | () | Constructor |
public function DuplicateLoaderError(loaderIdentification:VostokIdentification, message:String = null)Constructor, creates a new DuplicateAssetLoaderError instance.
ParametersloaderIdentification:VostokIdentification — A string associated with the error object.
| |
message:String (default = null) |