Packageartcustomer.framework.loaders.assets.errors
Classpublic class AssetsLoaderError
InheritanceAssetsLoaderError Inheritance Error

AssetsLoaderError



Public Methods
 MethodDefined By
  
AssetsLoaderError(message:String, id:int = 0)
Throw a AssetsLoaderError.
AssetsLoaderError
Public Constants
 ConstantDefined 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
Constructor Detail
AssetsLoaderError()Constructor
public function AssetsLoaderError(message:String, id:int = 0)

Throw a AssetsLoaderError.

Parameters
message:String
 
id:int (default = 0)
Constant Detail
E_ASSETSLOADER_ALLOWINSTANTIATIONConstant
public static const E_ASSETSLOADER_ALLOWINSTANTIATION:String = Use Singleton to instantiate AssetsLoader !

E_ASSETSLOADER_EMPTYConstant 
public static const E_ASSETSLOADER_EMPTY:String = Can't load files with empty stack !

E_ASSETSLOADER_ONLOADConstant 
public static const E_ASSETSLOADER_ONLOAD:String = AssetsLoader is already on load !

E_ASSETSLOADER_UNLOADConstant 
public static const E_ASSETSLOADER_UNLOAD:String = AssetsLoader isn't on load !

E_FILE_FORMATConstant 
public static const E_FILE_FORMAT:String = Can't load external file because of invalid format !