User Guide

306 Appendix A: Error Messages
1114 There is no interface defined with this name.
1115 A class may not extend an interface.
1116 An interface may not extend a class.
1117 An interface name is expected after the ‘implements’ keyword.
1118 A class may not implement a class, only interfaces.
1119 The class must implement method ‘methodName’ from interface ‘interfaceName’.
1120 The implementation of an interface method must be a method, not a property.
1121 A class may not extend the same interface more than once.
1122 The implementation of the interface method doesn’t match its definition.
1123 This construct is only available in ActionScript 1.
1124 This construct is only available in ActionScript 2.0.
1125 Static members are not permitted in interfaces.
1126 The expression returned must match the function’s return type.
1127 A return statement is required in this function.
1128 Attribute used outside class.
1129 A function with return type Void may not return a value.
1130 The ‘extends’ clause must appear before the ‘implements’ clause.
1131 A type identifier is expected after the ‘:’.
1132 Interfaces must use the ‘extends’ keyword, not ‘implements’.
1133 A class may not extend more than one class.
1134 An interface may not extend more than one interface.
1135 There is no method with the name ‘<methodName>’.
1136 This statement is not permitted in an interface definition.
1137 A set function requires exactly one parameter.
1138 A get function requires no parameters.
1139 Classes may only be defined in external ActionScript 2.0 class scripts.
1140 ActionScript 2.0 class scripts may only define class or interface constructs.
1141 The name of this class, ‘<A.B.C>’, conflicts with the name of another class that was
loaded, ‘<A.B>’.
(This error occurs when the ActionScript 2.0 compiler cannot compile a class
because of the full name of an existing class is part of the conflicting class' name.
For example, compiling class
mx.com.util generates error 1141 if class mx.com is a
compiled class.)
1142 The class ‘<ClassName>’ could not be loaded.
1143 Interfaces may only be defined in external ActionScript 2.0 class scripts.
Error number Message text