Package | artcustomer.framework.loaders.assets.errors |
Class | public class AssetsLoaderError |
Inheritance | AssetsLoaderError Error |
Method | Defined By | ||
---|---|---|---|
AssetsLoaderError(message:String, id:int = 0)
Throw a AssetsLoaderError. | AssetsLoaderError |
Constant | Defined By | ||
---|---|---|---|
E_ASSETSLOADER_ALLOWINSTANTIATION : String = Use Singleton to instantiate AssetsLoader ! [static] | AssetsLoaderError | ||
E_ASSETSLOADER_EMPTY : String = Can't load files with empty stack ! [static] | AssetsLoaderError | ||
E_ASSETSLOADER_ONLOAD : String = AssetsLoader is already on load ! [static] | AssetsLoaderError | ||
E_ASSETSLOADER_UNLOAD : String = AssetsLoader isn't on load ! [static] | AssetsLoaderError | ||
E_FILE_FORMAT : String = Can't load external file because of invalid format ! [static] | AssetsLoaderError |
AssetsLoaderError | () | Constructor |
public function AssetsLoaderError(message:String, id:int = 0)
Throw a AssetsLoaderError.
Parametersmessage:String | |
id:int (default = 0 )
|
E_ASSETSLOADER_ALLOWINSTANTIATION | Constant |
public static const E_ASSETSLOADER_ALLOWINSTANTIATION:String = Use Singleton to instantiate AssetsLoader !
E_ASSETSLOADER_EMPTY | Constant |
public static const E_ASSETSLOADER_EMPTY:String = Can't load files with empty stack !
E_ASSETSLOADER_ONLOAD | Constant |
public static const E_ASSETSLOADER_ONLOAD:String = AssetsLoader is already on load !
E_ASSETSLOADER_UNLOAD | Constant |
public static const E_ASSETSLOADER_UNLOAD:String = AssetsLoader isn't on load !
E_FILE_FORMAT | Constant |
public static const E_FILE_FORMAT:String = Can't load external file because of invalid format !