Packageartcustomer.maxima.errors
Classpublic class IllegalGameError
InheritanceIllegalGameError Inheritance flash.errors.IllegalOperationError

IllegalGameError



Public Methods
 MethodDefined By
  
IllegalGameError(message:String, id:int = 0)
Throw an IllegalGameError.
IllegalGameError
Public Constants
 ConstantDefined By
  E_ABSTRACT_CLASS : String = Abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
  E_CONTEXT_CONSTRUCTOR : String = Context is an abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
  E_CONTEXT_INSTANTIATION : String = Context is already instantiated !
[static]
IllegalGameError
  E_CROSSPLATFORMINPUTSCONTEXT_CONSTRUCTOR : String = CrossPlatformInputsContext is an abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
  E_EVENTCONTEXT_CONSTRUCTOR : String = EventContext is an abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
  E_INTERACTIVECONTEXT_CONSTRUCTOR : String = InteractiveContext is an abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
  ERROR_ID : int = 20000
[static]
IllegalGameError
  E_SERVICECONTEXT_CONSTRUCTOR : String = ServiceContext is an abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
  E_SINGLETON_CLASS : String = Singleton ! Use static method !
[static]
IllegalGameError
  E_VALUEOBJECT_CONSTRUCTOR : String = AbstractValueObject is an abstract class ! Don't instantiate it directly !
[static]
IllegalGameError
Constructor Detail
IllegalGameError()Constructor
public function IllegalGameError(message:String, id:int = 0)

Throw an IllegalGameError.

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_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_EVENTCONTEXT_CONSTRUCTORConstant 
public static const E_EVENTCONTEXT_CONSTRUCTOR:String = EventContext 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_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_VALUEOBJECT_CONSTRUCTORConstant 
public static const E_VALUEOBJECT_CONSTRUCTOR:String = AbstractValueObject is an abstract class ! Don't instantiate it directly !

ERROR_IDConstant 
public static const ERROR_ID:int = 20000