Packageartcustomer.framework.errors
Classpublic class IllegalError
InheritanceIllegalError Inheritance flash.errors.IllegalOperationError

IllegalError



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

Throw an IllegalError.

Parameters
message:String
 
id:int (default = 0)
Constant Detail
E_ABSTRACT_CLASSConstant
public static const E_ABSTRACT_CLASS:String = Abstract class ! Don't instantiate it directly !

E_ABSTRACTVIEW_CONSTRUCTORConstant 
public static const E_ABSTRACTVIEW_CONSTRUCTOR:String = AbstractFlashView is an abstract class ! Don't instantiate it directly !

E_ABSTRACTVIEW_METHODConstant 
public static const E_ABSTRACTVIEW_METHOD:String = Abstract Class ! Override this method !

E_BASECONTEXT_CONSTRUCTORConstant 
public static const E_BASECONTEXT_CONSTRUCTOR:String = BaseContext is an abstract class ! Don't instantiate it directly !

E_COMMAND_CONSTRUCTORConstant 
public static const E_COMMAND_CONSTRUCTOR:String = AbstractCommand is an abstract class ! Don't instantiate it directly !

E_COMMAND_EXECUTEConstant 
public static const E_COMMAND_EXECUTE:String = execute() in an abstract method ! Override it !

E_COMMANDBORADCASTER_CONSTRUCTORConstant 
public static const E_COMMANDBORADCASTER_CONSTRUCTOR:String = CommandBroadcaster is an abstract class ! Don't instantiate it directly !

E_COMPONENT_CONSTRUCTORConstant 
public static const E_COMPONENT_CONSTRUCTOR:String = Component is an abstract class ! Don't instantiate it directly !

E_CONTEXT_CONSTRUCTORConstant 
public static const E_CONTEXT_CONSTRUCTOR:String = Context is an abstract class ! Don't instantiate it directly !

E_CONTEXT_INSTANTIATIONConstant 
public static const E_CONTEXT_INSTANTIATION:String = Context is already instantiated !

E_CROSSPLATFORMINPUTSCONTEXT_CONSTRUCTORConstant 
public static const E_CROSSPLATFORMINPUTSCONTEXT_CONSTRUCTOR:String = CrossPlatformInputsContext is an abstract class ! Don't instantiate it directly !

E_ENGINETEMPLATE_CONSTRUCTORConstant 
public static const E_ENGINETEMPLATE_CONSTRUCTOR:String = AbstractEngineTemplate is an abstract class ! Don't instantiate it directly !

E_EVENTCONTEXT_CONSTRUCTORConstant 
public static const E_EVENTCONTEXT_CONSTRUCTOR:String = EventContext is an abstract class ! Don't instantiate it directly !

E_INTERACTIVECOMPONENT_CONSTRUCTORConstant 
public static const E_INTERACTIVECOMPONENT_CONSTRUCTOR:String = AbstractInteractiveComponent is an abstract class ! Don't instantiate it directly !

E_INTERACTIVECONTEXT_CONSTRUCTORConstant 
public static const E_INTERACTIVECONTEXT_CONSTRUCTOR:String = InteractiveContext is an abstract class ! Don't instantiate it directly !

E_LAYER3D_CONSTRUCTORConstant 
public static const E_LAYER3D_CONSTRUCTOR:String = Layer3D is an abstract class ! Don't instantiate it directly !

E_LAYERVIDEO_CONSTRUCTORConstant 
public static const E_LAYERVIDEO_CONSTRUCTOR:String = LayerVideo is an abstract class ! Don't instantiate it directly !

E_MACROCOMMAND_CONSTRUCTORConstant 
public static const E_MACROCOMMAND_CONSTRUCTOR:String = AbstractMacroCommand is an abstract class ! Don't instantiate it directly !

E_MACROCOMMAND_EXECUTEConstant 
public static const E_MACROCOMMAND_EXECUTE:String = execute() in an abstract method ! Override it !

E_MACROMODEL_CONSTRUCTORConstant 
public static const E_MACROMODEL_CONSTRUCTOR:String = AbstractMacroModel is an abstract class ! Don't instantiate it directly !

E_MODEL_CONSTRUCTORConstant 
public static const E_MODEL_CONSTRUCTOR:String = AbstractModel is an abstract class ! Don't instantiate it directly !

E_SCENE3D_CONSTRUCTORConstant 
public static const E_SCENE3D_CONSTRUCTOR:String = AbstractEngineTemplate is an abstract class ! Don't instantiate it directly !

E_SERVICECONTEXT_CONSTRUCTORConstant 
public static const E_SERVICECONTEXT_CONSTRUCTOR:String = ServiceContext is an abstract class ! Don't instantiate it directly !

E_SINGLETON_CLASSConstant 
public static const E_SINGLETON_CLASS:String = Singleton ! Use static method !

E_TASK_ADDConstant 
public static const E_TASK_ADD:String = Class must extends AbstractTask and be not null !

E_TASKPROCESOR_EMPTYConstant 
public static const E_TASKPROCESOR_EMPTY:String = TaskProcesor contains no tasks !

E_VALUEOBJECT_CONSTRUCTORConstant 
public static const E_VALUEOBJECT_CONSTRUCTOR:String = AbstractValueObject is an abstract class ! Don't instantiate it directly !

E_VIEWMEDIATOR_CONSTRUCTORConstant 
public static const E_VIEWMEDIATOR_CONSTRUCTOR:String = ViewMediator is an abstract class ! Don't instantiate it directly !

ERROR_IDConstant 
public static const ERROR_ID:int = 20000