Package | org.vostokframework.domain.loading.errors |
Class | public class DuplicateLoadingMonitorError |
Inheritance | DuplicateLoadingMonitorError VostokFrameworkError Error |
Method | Defined By | ||
---|---|---|---|
DuplicateLoadingMonitorError(message:String = null)
Constructor, creates a new DuplicateAssetLoaderError instance. | DuplicateLoadingMonitorError |
DuplicateLoadingMonitorError | () | Constructor |
public function DuplicateLoadingMonitorError(message:String = null)
Constructor, creates a new DuplicateAssetLoaderError instance.
Parametersmessage:String (default = null ) — A string associated with the error object.
|