Package | artcustomer.framework.errors |
Class | public class FrameworkError |
Inheritance | FrameworkError Error |
Method | Defined By | ||
---|---|---|---|
FrameworkError(message:String, id:int = 0)
Throw a FrameworkError. | FrameworkError |
Constant | Defined By | ||
---|---|---|---|
E_ASSETS_PATH_DONT_EXIST : String = Can't resolve assets path ! [static] | FrameworkError | ||
E_COMMAND_EXECUTEMACRO : String = Can't execute macro without ID ! [static] | FrameworkError | ||
E_COMPONENT_ADD : String = Can't add Component with null param ! [static] | FrameworkError | ||
E_COMPONENT_GET : String = Can't get Component without ID ! [static] | FrameworkError | ||
E_COMPONENT_HAS : String = Can't test Component without ID ! [static] | FrameworkError | ||
E_COMPONENT_REMOVE : String = Can't remove Component without ID ! [static] | FrameworkError | ||
E_CONTEXT_DESTROY : String = Root Container isn't defined to destroy Context ! [static] | FrameworkError | ||
E_CONTEXT_RESET : String = Root Container isn't defined to reset Context ! [static] | FrameworkError | ||
E_CONTEXT_SETUP : String = Root Container isn't defined to setup Context ! [static] | FrameworkError | ||
E_CONTEXT_SETUP_FALSE : String = Call setup method first ! [static] | FrameworkError | ||
E_CONTEXT_SETUP_TRUE : String = Context is already Setup ! [static] | FrameworkError | ||
E_DISPLAYCONTAINER_DESTROY : String = Component is required to destroy DisplayContainer ! [static] | FrameworkError | ||
E_DISPLAYCONTAINER_SETUP : String = Component is required to setup DisplayContainer ! [static] | FrameworkError | ||
E_LAYER3D_ADD : String = Can't add Layer3D with null param ! [static] | FrameworkError | ||
E_LAYER3D_ATTACH_TEMPLATE : String = Can't attach EngineTemplate without valid class ! [static] | FrameworkError | ||
E_LAYER3D_GET : String = Can't get Layer3D ! Index is out of range ! [static] | FrameworkError | ||
E_LAYER3D_OVERFLOW : String = Layer3D overflow ! Limit of layers is reached ! [static] | FrameworkError | ||
E_LAYER3D_PARSE_DRIVER : String = Error while parsing DriverInfo, make sur you have FlashPlayer 11.4 ! [static] | FrameworkError | ||
E_LAYER3D_REMOVE : String = Can't remove Layer3D ! Index is out of the range ! [static] | FrameworkError | ||
E_LAYERVIDEO_ADD : String = Can't add LayerVideo with null param ! [static] | FrameworkError | ||
E_LAYERVIDEO_GET : String = Can't get LayerVideo ! Index is out of range ! [static] | FrameworkError | ||
E_LAYERVIDEO_OVERFLOW : String = LayerVideo overflow ! Limit of layers is reached ! [static] | FrameworkError | ||
E_LAYERVIDEO_REMOVE : String = Can't remove LayerVideo ! Index is out of range ! [static] | FrameworkError | ||
E_MACRO_GET : String = Can't get macro without id ! [static] | FrameworkError | ||
E_MACRO_HASREGISTER : String = Can't test macro without id ! [static] | FrameworkError | ||
E_MACRO_REGISTER : String = Can't register macro with null params ! [static] | FrameworkError | ||
E_MACRO_UNREGISTER : String = Can't unregister macro without id ! [static] | FrameworkError | ||
E_MANAGER_ADD : String = Can't add Manager with null param ! [static] | FrameworkError | ||
E_MANAGER_GET : String = Can't get Manager without ID ! [static] | FrameworkError | ||
E_MANAGER_REMOVE : String = Can't remove Manager without ID ! [static] | FrameworkError | ||
E_MODEL_GET : String = Can't get model without id ! [static] | FrameworkError | ||
E_MODEL_HASREGISTER : String = Can't test model without id ! [static] | FrameworkError | ||
E_MODEL_REGISTER : String = Can't register model with null params ! [static] | FrameworkError | ||
E_MODEL_UNREGISTER : String = Can't unregister model without id ! [static] | FrameworkError | ||
E_RENDERENGINE_CREATE : String = RenderEngine is singleton ! Use static method to get it ! [static] | FrameworkError | ||
ERROR_ID : int = 10000 [static] | FrameworkError | ||
E_SCENE3D_ADD : String = Can't add AbstractScene3D with null param ! [static] | FrameworkError | ||
E_SCENE3D_GET : String = Can't get AbstractScene3D ! Index is out of range ! [static] | FrameworkError | ||
E_SCENE3D_REMOVE : String = Can't remove AbstractScene3D ! Index is out of the range ! [static] | FrameworkError | ||
E_STARLINGCOMPONENT_ADD : String = Can't add StarlingComponent with null param ! [static] | FrameworkError | ||
E_STARLINGCOMPONENT_GET : String = Can't get StarlingComponent without ID ! [static] | FrameworkError | ||
E_STARLINGCOMPONENT_HAS : String = Can't test StarlingComponent without ID ! [static] | FrameworkError | ||
E_STARLINGCOMPONENT_REMOVE : String = Can't remove StarlingComponent without ID ! [static] | FrameworkError | ||
E_VIEW_ADD : String = Can't add view without id ! [static] | FrameworkError | ||
E_VIEW_ALREADY_EXIST : String = View already exist with this id : [static] | FrameworkError | ||
E_VIEW_GET : String = Can't get view without id ! [static] | FrameworkError | ||
E_VIEW_GET_OUT_OF_RANGE : String = Index is out of range ! [static] | FrameworkError | ||
E_VIEW_HAS : String = Can't test view without id ! [static] | FrameworkError | ||
E_VIEW_REGISTER : String = Can't register view with null param ! [static] | FrameworkError | ||
E_VIEW_REMOVE : String = Can't add view without id ! [static] | FrameworkError | ||
E_VIEW_RESET : String = Can't reset view without id ! [static] | FrameworkError | ||
E_VIEW_SETUP : String = Can't setup view without id ! [static] | FrameworkError | ||
E_VIEW_UNREGISTER : String = Can't unregister view without view ! [static] | FrameworkError |
FrameworkError | () | Constructor |
public function FrameworkError(message:String, id:int = 0)
Throw a FrameworkError.
Parametersmessage:String | |
id:int (default = 0 )
|
E_ASSETS_PATH_DONT_EXIST | Constant |
public static const E_ASSETS_PATH_DONT_EXIST:String = Can't resolve assets path !
E_COMMAND_EXECUTEMACRO | Constant |
public static const E_COMMAND_EXECUTEMACRO:String = Can't execute macro without ID !
E_COMPONENT_ADD | Constant |
public static const E_COMPONENT_ADD:String = Can't add Component with null param !
E_COMPONENT_GET | Constant |
public static const E_COMPONENT_GET:String = Can't get Component without ID !
E_COMPONENT_HAS | Constant |
public static const E_COMPONENT_HAS:String = Can't test Component without ID !
E_COMPONENT_REMOVE | Constant |
public static const E_COMPONENT_REMOVE:String = Can't remove Component without ID !
E_CONTEXT_DESTROY | Constant |
public static const E_CONTEXT_DESTROY:String = Root Container isn't defined to destroy Context !
E_CONTEXT_RESET | Constant |
public static const E_CONTEXT_RESET:String = Root Container isn't defined to reset Context !
E_CONTEXT_SETUP | Constant |
public static const E_CONTEXT_SETUP:String = Root Container isn't defined to setup Context !
E_CONTEXT_SETUP_FALSE | Constant |
public static const E_CONTEXT_SETUP_FALSE:String = Call setup method first !
E_CONTEXT_SETUP_TRUE | Constant |
public static const E_CONTEXT_SETUP_TRUE:String = Context is already Setup !
E_DISPLAYCONTAINER_DESTROY | Constant |
public static const E_DISPLAYCONTAINER_DESTROY:String = Component is required to destroy DisplayContainer !
E_DISPLAYCONTAINER_SETUP | Constant |
public static const E_DISPLAYCONTAINER_SETUP:String = Component is required to setup DisplayContainer !
E_LAYER3D_ADD | Constant |
public static const E_LAYER3D_ADD:String = Can't add Layer3D with null param !
E_LAYER3D_ATTACH_TEMPLATE | Constant |
public static const E_LAYER3D_ATTACH_TEMPLATE:String = Can't attach EngineTemplate without valid class !
E_LAYER3D_GET | Constant |
public static const E_LAYER3D_GET:String = Can't get Layer3D ! Index is out of range !
E_LAYER3D_OVERFLOW | Constant |
public static const E_LAYER3D_OVERFLOW:String = Layer3D overflow ! Limit of layers is reached !
E_LAYER3D_PARSE_DRIVER | Constant |
public static const E_LAYER3D_PARSE_DRIVER:String = Error while parsing DriverInfo, make sur you have FlashPlayer 11.4 !
E_LAYER3D_REMOVE | Constant |
public static const E_LAYER3D_REMOVE:String = Can't remove Layer3D ! Index is out of the range !
E_LAYERVIDEO_ADD | Constant |
public static const E_LAYERVIDEO_ADD:String = Can't add LayerVideo with null param !
E_LAYERVIDEO_GET | Constant |
public static const E_LAYERVIDEO_GET:String = Can't get LayerVideo ! Index is out of range !
E_LAYERVIDEO_OVERFLOW | Constant |
public static const E_LAYERVIDEO_OVERFLOW:String = LayerVideo overflow ! Limit of layers is reached !
E_LAYERVIDEO_REMOVE | Constant |
public static const E_LAYERVIDEO_REMOVE:String = Can't remove LayerVideo ! Index is out of range !
E_MACRO_GET | Constant |
public static const E_MACRO_GET:String = Can't get macro without id !
E_MACRO_HASREGISTER | Constant |
public static const E_MACRO_HASREGISTER:String = Can't test macro without id !
E_MACRO_REGISTER | Constant |
public static const E_MACRO_REGISTER:String = Can't register macro with null params !
E_MACRO_UNREGISTER | Constant |
public static const E_MACRO_UNREGISTER:String = Can't unregister macro without id !
E_MANAGER_ADD | Constant |
public static const E_MANAGER_ADD:String = Can't add Manager with null param !
E_MANAGER_GET | Constant |
public static const E_MANAGER_GET:String = Can't get Manager without ID !
E_MANAGER_REMOVE | Constant |
public static const E_MANAGER_REMOVE:String = Can't remove Manager without ID !
E_MODEL_GET | Constant |
public static const E_MODEL_GET:String = Can't get model without id !
E_MODEL_HASREGISTER | Constant |
public static const E_MODEL_HASREGISTER:String = Can't test model without id !
E_MODEL_REGISTER | Constant |
public static const E_MODEL_REGISTER:String = Can't register model with null params !
E_MODEL_UNREGISTER | Constant |
public static const E_MODEL_UNREGISTER:String = Can't unregister model without id !
E_RENDERENGINE_CREATE | Constant |
public static const E_RENDERENGINE_CREATE:String = RenderEngine is singleton ! Use static method to get it !
E_SCENE3D_ADD | Constant |
public static const E_SCENE3D_ADD:String = Can't add AbstractScene3D with null param !
E_SCENE3D_GET | Constant |
public static const E_SCENE3D_GET:String = Can't get AbstractScene3D ! Index is out of range !
E_SCENE3D_REMOVE | Constant |
public static const E_SCENE3D_REMOVE:String = Can't remove AbstractScene3D ! Index is out of the range !
E_STARLINGCOMPONENT_ADD | Constant |
public static const E_STARLINGCOMPONENT_ADD:String = Can't add StarlingComponent with null param !
E_STARLINGCOMPONENT_GET | Constant |
public static const E_STARLINGCOMPONENT_GET:String = Can't get StarlingComponent without ID !
E_STARLINGCOMPONENT_HAS | Constant |
public static const E_STARLINGCOMPONENT_HAS:String = Can't test StarlingComponent without ID !
E_STARLINGCOMPONENT_REMOVE | Constant |
public static const E_STARLINGCOMPONENT_REMOVE:String = Can't remove StarlingComponent without ID !
E_VIEW_ADD | Constant |
public static const E_VIEW_ADD:String = Can't add view without id !
E_VIEW_ALREADY_EXIST | Constant |
public static const E_VIEW_ALREADY_EXIST:String = View already exist with this id :
E_VIEW_GET | Constant |
public static const E_VIEW_GET:String = Can't get view without id !
E_VIEW_GET_OUT_OF_RANGE | Constant |
public static const E_VIEW_GET_OUT_OF_RANGE:String = Index is out of range !
E_VIEW_HAS | Constant |
public static const E_VIEW_HAS:String = Can't test view without id !
E_VIEW_REGISTER | Constant |
public static const E_VIEW_REGISTER:String = Can't register view with null param !
E_VIEW_REMOVE | Constant |
public static const E_VIEW_REMOVE:String = Can't add view without id !
E_VIEW_RESET | Constant |
public static const E_VIEW_RESET:String = Can't reset view without id !
E_VIEW_SETUP | Constant |
public static const E_VIEW_SETUP:String = Can't setup view without id !
E_VIEW_UNREGISTER | Constant |
public static const E_VIEW_UNREGISTER:String = Can't unregister view without view !
ERROR_ID | Constant |
public static const ERROR_ID:int = 10000