User Guide
308 Appendix A: Error Messages
1174 The class or interface name you have entered contains a syntax error.
1175 ‘variable’ is not accessible from this scope.
1176 Multiple occurrences of the ‘get/set/private/public/static’ attribute were found.
1177 A class attribute was used incorrectly.
1178 Instance variables and functions may not be used to initialize static variables.
1179 Runtime circularities were discovered between the following classes: <list of user-
defined classes>.
This runtime error indicates that your custom classes are incorrectly referencing
each other.
1180 The currently targeted Flash Player does not support debugging.
1181 The currently targeted Flash Player does not support the releaseOutside event.
1182 The currently targeted Flash Player does not support the dragOver event.
1183 The currently targeted Flash Player does not support the dragOut event.
1184 The currently targeted Flash Player does not support dragging actions.
1185 The currently targeted Flash Player does not support the loadMovie action.
1186 The currently targeted Flash Player does not support the getURL action.
1187 The currently targeted Flash Player does not support the FSCommand action.
1188 Import statements are not allowed inside class or interface definitions.
1189 The class ‘<A.B>’ cannot be imported because its leaf name is already resolved to the
class that is being defined, ‘<C.B>’.
(For example, compiling class
util generates error 1189 if the statement import
mx.util
appears in the util.as file.)
1190 The class ‘<A.B>’ cannot be imported because its leaf name is already resolved to a
previously imported class ‘<C.B>’.
(For example, compiling
import jv.util generates error 1190 if the statement
import mx.util also appears in the AS file.)
1191 A class’ instance variables may only be initialized to compile-time
constant expressions.
1192 Class member functions cannot have the same name as a superclass’
constructor function.
1193 The name of this class, ‘<ClassName>’, conflicts with the name of another class that
was loaded.
1194 The superconstructor must be called first in the constructor body.
1195 The identifier ‘<className>’ will not resolve to built-in object ‘<ClassName>’
at runtime.
1196 The class ‘<A.B.ClassName>’ needs to be defined in a file whose relative path is
<‘A.B>’.
1197 The wildcard character ‘*’ is misused in the ClassName ‘<ClassName>’.
Error number Message text