User Guide

307
1144 Instance variables cannot be accessed in static functions.
1145 Class and interface definitions cannot be nested.
1146 The property being referenced does not have the static attribute.
1147 This call to super does not match the superconstructor.
1148 Only the public attribute is allowed for interface methods.
1149 The import keyword cannot be used as a directive.
1150 You must export your movie as Flash 7 to use this action.
1151 You must export your movie as Flash 7 to use this expression.
1152 This exception clause is placed improperly.
1153 A class must have only one constructor.
1154 A constructor may not return a value.
1155 A constructor may not specify a return type.
1156 A variable may not be of type Void.
1157 A function parameter may not be of type Void.
1158 Static members can only be accessed directly through classes.
1159 Multiple implemented interfaces contain same method with different types.
1160 There is already a class or interface defined with this name.
1161 Classes, interfaces, and built-in types may not be deleted.
1162 There is no class with this name.
1163 The keyword ‘<keyword>’ is reserved for ActionScript 2.0 and cannot be used here.
1164 Custom attribute definition was not terminated.
1165 Only one class or interface can be defined per ActionScript 2.0 as file.
1166 The class being compiled, ‘<A.b>’, does not match the class that was imported,
‘<A.B>’.
(This error occurs when a class name is spelled with a different case from an
imported class. For example, compiling class
mx.com.util generates error 1166 if
the statement
import mx.Com appears in the util.as file.)
1167 You must enter a class name.
1168 The class name you have entered contains a syntax error.
1169 The interface name you have entered contains a syntax error.
1170 The base class name you have entered contains a syntax error.
1171 The base interface name you have entered contains a syntax error.
1172 You must enter an interface name.
1173 You must enter a class or interface name.
Error number Message text