Package | artcustomer.maxima.errors |
Class | public class IllegalGameError |
Inheritance | IllegalGameError ![]() |
Method | Defined By | ||
---|---|---|---|
IllegalGameError(message:String, id:int = 0)
Throw an IllegalGameError. | IllegalGameError |
Constant | Defined 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 |
IllegalGameError | () | Constructor |
public function IllegalGameError(message:String, id:int = 0)
Throw an IllegalGameError.
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_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_EVENTCONTEXT_CONSTRUCTOR | Constant |
public static const E_EVENTCONTEXT_CONSTRUCTOR:String = EventContext 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_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_VALUEOBJECT_CONSTRUCTOR | Constant |
public static const E_VALUEOBJECT_CONSTRUCTOR:String = AbstractValueObject is an abstract class ! Don't instantiate it directly !
ERROR_ID | Constant |
public static const ERROR_ID:int = 20000