Package | artcustomer.framework.errors |
Class | public class IllegalError |
Inheritance | IllegalError flash.errors.IllegalOperationError |
Method | Defined By | ||
---|---|---|---|
IllegalError(message:String, id:int = 0)
Throw an IllegalError. | IllegalError |
Constant | Defined By | ||
---|---|---|---|
E_ABSTRACT_CLASS : String = Abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_ABSTRACTVIEW_CONSTRUCTOR : String = AbstractFlashView is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_ABSTRACTVIEW_METHOD : String = Abstract Class ! Override this method ! [static] | IllegalError | ||
E_BASECONTEXT_CONSTRUCTOR : String = BaseContext is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_COMMANDBORADCASTER_CONSTRUCTOR : String = CommandBroadcaster is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_COMMAND_CONSTRUCTOR : String = AbstractCommand is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_COMMAND_EXECUTE : String = execute() in an abstract method ! Override it ! [static] | IllegalError | ||
E_COMPONENT_CONSTRUCTOR : String = Component is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_CONTEXT_CONSTRUCTOR : String = Context is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_CONTEXT_INSTANTIATION : String = Context is already instantiated ! [static] | IllegalError | ||
E_CROSSPLATFORMINPUTSCONTEXT_CONSTRUCTOR : String = CrossPlatformInputsContext is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_ENGINETEMPLATE_CONSTRUCTOR : String = AbstractEngineTemplate is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_EVENTCONTEXT_CONSTRUCTOR : String = EventContext is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_INTERACTIVECOMPONENT_CONSTRUCTOR : String = AbstractInteractiveComponent is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_INTERACTIVECONTEXT_CONSTRUCTOR : String = InteractiveContext is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_LAYER3D_CONSTRUCTOR : String = Layer3D is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_LAYERVIDEO_CONSTRUCTOR : String = LayerVideo is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_MACROCOMMAND_CONSTRUCTOR : String = AbstractMacroCommand is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_MACROCOMMAND_EXECUTE : String = execute() in an abstract method ! Override it ! [static] | IllegalError | ||
E_MACROMODEL_CONSTRUCTOR : String = AbstractMacroModel is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_MODEL_CONSTRUCTOR : String = AbstractModel is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
ERROR_ID : int = 20000 [static] | IllegalError | ||
E_SCENE3D_CONSTRUCTOR : String = AbstractEngineTemplate is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_SERVICECONTEXT_CONSTRUCTOR : String = ServiceContext is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_SINGLETON_CLASS : String = Singleton ! Use static method ! [static] | IllegalError | ||
E_TASK_ADD : String = Class must extends AbstractTask and be not null ! [static] | IllegalError | ||
E_TASKPROCESOR_EMPTY : String = TaskProcesor contains no tasks ! [static] | IllegalError | ||
E_VALUEOBJECT_CONSTRUCTOR : String = AbstractValueObject is an abstract class ! Don't instantiate it directly ! [static] | IllegalError | ||
E_VIEWMEDIATOR_CONSTRUCTOR : String = ViewMediator is an abstract class ! Don't instantiate it directly ! [static] | IllegalError |
IllegalError | () | Constructor |
public function IllegalError(message:String, id:int = 0)
Throw an IllegalError.
Parametersmessage:String | |
id:int (default = 0 )
|
E_ABSTRACT_CLASS | Constant |
public static const E_ABSTRACT_CLASS:String = Abstract class ! Don't instantiate it directly !
E_ABSTRACTVIEW_CONSTRUCTOR | Constant |
public static const E_ABSTRACTVIEW_CONSTRUCTOR:String = AbstractFlashView is an abstract class ! Don't instantiate it directly !
E_ABSTRACTVIEW_METHOD | Constant |
public static const E_ABSTRACTVIEW_METHOD:String = Abstract Class ! Override this method !
E_BASECONTEXT_CONSTRUCTOR | Constant |
public static const E_BASECONTEXT_CONSTRUCTOR:String = BaseContext is an abstract class ! Don't instantiate it directly !
E_COMMAND_CONSTRUCTOR | Constant |
public static const E_COMMAND_CONSTRUCTOR:String = AbstractCommand is an abstract class ! Don't instantiate it directly !
E_COMMAND_EXECUTE | Constant |
public static const E_COMMAND_EXECUTE:String = execute() in an abstract method ! Override it !
E_COMMANDBORADCASTER_CONSTRUCTOR | Constant |
public static const E_COMMANDBORADCASTER_CONSTRUCTOR:String = CommandBroadcaster is an abstract class ! Don't instantiate it directly !
E_COMPONENT_CONSTRUCTOR | Constant |
public static const E_COMPONENT_CONSTRUCTOR:String = Component is an abstract class ! Don't instantiate it directly !
E_CONTEXT_CONSTRUCTOR | Constant |
public static const E_CONTEXT_CONSTRUCTOR:String = Context is an abstract class ! Don't instantiate it directly !
E_CONTEXT_INSTANTIATION | Constant |
public static const E_CONTEXT_INSTANTIATION:String = Context is already instantiated !
E_CROSSPLATFORMINPUTSCONTEXT_CONSTRUCTOR | Constant |
public static const E_CROSSPLATFORMINPUTSCONTEXT_CONSTRUCTOR:String = CrossPlatformInputsContext is an abstract class ! Don't instantiate it directly !
E_ENGINETEMPLATE_CONSTRUCTOR | Constant |
public static const E_ENGINETEMPLATE_CONSTRUCTOR:String = AbstractEngineTemplate is an abstract class ! Don't instantiate it directly !
E_EVENTCONTEXT_CONSTRUCTOR | Constant |
public static const E_EVENTCONTEXT_CONSTRUCTOR:String = EventContext is an abstract class ! Don't instantiate it directly !
E_INTERACTIVECOMPONENT_CONSTRUCTOR | Constant |
public static const E_INTERACTIVECOMPONENT_CONSTRUCTOR:String = AbstractInteractiveComponent is an abstract class ! Don't instantiate it directly !
E_INTERACTIVECONTEXT_CONSTRUCTOR | Constant |
public static const E_INTERACTIVECONTEXT_CONSTRUCTOR:String = InteractiveContext is an abstract class ! Don't instantiate it directly !
E_LAYER3D_CONSTRUCTOR | Constant |
public static const E_LAYER3D_CONSTRUCTOR:String = Layer3D is an abstract class ! Don't instantiate it directly !
E_LAYERVIDEO_CONSTRUCTOR | Constant |
public static const E_LAYERVIDEO_CONSTRUCTOR:String = LayerVideo is an abstract class ! Don't instantiate it directly !
E_MACROCOMMAND_CONSTRUCTOR | Constant |
public static const E_MACROCOMMAND_CONSTRUCTOR:String = AbstractMacroCommand is an abstract class ! Don't instantiate it directly !
E_MACROCOMMAND_EXECUTE | Constant |
public static const E_MACROCOMMAND_EXECUTE:String = execute() in an abstract method ! Override it !
E_MACROMODEL_CONSTRUCTOR | Constant |
public static const E_MACROMODEL_CONSTRUCTOR:String = AbstractMacroModel is an abstract class ! Don't instantiate it directly !
E_MODEL_CONSTRUCTOR | Constant |
public static const E_MODEL_CONSTRUCTOR:String = AbstractModel is an abstract class ! Don't instantiate it directly !
E_SCENE3D_CONSTRUCTOR | Constant |
public static const E_SCENE3D_CONSTRUCTOR:String = AbstractEngineTemplate is an abstract class ! Don't instantiate it directly !
E_SERVICECONTEXT_CONSTRUCTOR | Constant |
public static const E_SERVICECONTEXT_CONSTRUCTOR:String = ServiceContext is an abstract class ! Don't instantiate it directly !
E_SINGLETON_CLASS | Constant |
public static const E_SINGLETON_CLASS:String = Singleton ! Use static method !
E_TASK_ADD | Constant |
public static const E_TASK_ADD:String = Class must extends AbstractTask and be not null !
E_TASKPROCESOR_EMPTY | Constant |
public static const E_TASKPROCESOR_EMPTY:String = TaskProcesor contains no tasks !
E_VALUEOBJECT_CONSTRUCTOR | Constant |
public static const E_VALUEOBJECT_CONSTRUCTOR:String = AbstractValueObject is an abstract class ! Don't instantiate it directly !
E_VIEWMEDIATOR_CONSTRUCTOR | Constant |
public static const E_VIEWMEDIATOR_CONSTRUCTOR:String = ViewMediator is an abstract class ! Don't instantiate it directly !
ERROR_ID | Constant |
public static const ERROR_ID:int = 20000