<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AS3 Errors &#187; compile-time</title>
	<atom:link href="http://www.as3errors.com/category/error/compile-time/feed" rel="self" type="application/rss+xml" />
	<link>http://www.as3errors.com</link>
	<description>The Definitive Resource for ActionScript Errors</description>
	<lastBuildDate>Thu, 17 Sep 2009 18:36:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>1020: Method marked override must override another method</title>
		<link>http://www.as3errors.com/1020-method-marked-override-must-override-another-method</link>
		<comments>http://www.as3errors.com/1020-method-marked-override-must-override-another-method#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:29:00 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=108</guid>
		<description><![CDATA[Description of Error You have a method marked override, but there&#8217;s no visible method with that name in the superclass. Adobe&#8217;s Official Writeup No commentary offered. (Adobe Error Reference) Cause of the Error The override keyword allows you to redefine a method or property of a parent class. For instance, you may override the toString() [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1020-method-marked-override-must-override-another-method/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1023: Incompatible Override</title>
		<link>http://www.as3errors.com/1023-incompatible-override</link>
		<comments>http://www.as3errors.com/1023-incompatible-override#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:16:50 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=106</guid>
		<description><![CDATA[Description of Error When overriding a method (replacing the super class&#8217;s method with your own of the same name) you are required to match input parameters and types, return type, access specifier and namespace exactly. If you don&#8217;t you&#8217;ll get this error. Adobe&#8217;s Official Writeup A function marked override must exactly match the parameter and [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1023-incompatible-override/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1010: The override attribute may be used only on class property definitions</title>
		<link>http://www.as3errors.com/1010-the-override-attribute-may-be-used-only-on-class-property-definitions</link>
		<comments>http://www.as3errors.com/1010-the-override-attribute-may-be-used-only-on-class-property-definitions#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:04:36 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=103</guid>
		<description><![CDATA[Description of Error You&#8217;re attempting to override a method or property that&#8217;s not at the class level. For instance, you will get this error if you attempt to override a function nested within a class method. Adobe&#8217;s Official Writeup You cannot use the override keyword within a function block. (Adobe Error Reference) Cause of the [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1010-the-override-attribute-may-be-used-only-on-class-property-definitions/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>1007	: A super statement can be used only inside class instance constructors.</title>
		<link>http://www.as3errors.com/1007-a-super-statement-can-be-used-only-inside-class-instance-constructors</link>
		<comments>http://www.as3errors.com/1007-a-super-statement-can-be-used-only-inside-class-instance-constructors#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:22:24 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=73</guid>
		<description><![CDATA[Description of Error A 1007 error means that you tried to call the super() method anywhere other than in your constructor. Adobe&#8217;s Official Writeup You cannot use the super statement within static members. You can use the super statement only within class instances. (Adobe Error Reference) Cause of the Error Somewhere you have the method [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1007-a-super-statement-can-be-used-only-inside-class-instance-constructors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1006: A super expression can be used only inside class instance methods.</title>
		<link>http://www.as3errors.com/1006-a-super-expression-can-be-used-only-inside-class-instance-methods</link>
		<comments>http://www.as3errors.com/1006-a-super-expression-can-be-used-only-inside-class-instance-methods#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:11:03 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=71</guid>
		<description><![CDATA[Description of Error You&#8217;re attempting to call super.someMethod() from a static method in a child class, or from outside the package definition. Adobe&#8217;s Official Writeup No commentary offered.]]></description>
		<wfw:commentRss>http://www.as3errors.com/1006-a-super-expression-can-be-used-only-inside-class-instance-methods/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1004: Namespace was not found or is not a compile-time constant.</title>
		<link>http://www.as3errors.com/1004-namespace-was-not-found-or-is-not-a-compile-time-constant</link>
		<comments>http://www.as3errors.com/1004-namespace-was-not-found-or-is-not-a-compile-time-constant#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:56:48 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=68</guid>
		<description><![CDATA[Description of Error The compiler can&#8217;t find the Namespace you&#8217;re referring to. Adobe&#8217;s Official Writeup The namespace is either unknown or is an expression that could have different values at run time. Check that you are spelling the namespace correctly and that its definition is imported correctly. (Adobe Error Reference) Cause of the Error You&#8217;re [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1004-namespace-was-not-found-or-is-not-a-compile-time-constant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1003	: Access specifiers are not allowed with namespace attributes.</title>
		<link>http://www.as3errors.com/1003-access-specifiers-are-not-allowed-with-namespace-attributes</link>
		<comments>http://www.as3errors.com/1003-access-specifiers-are-not-allowed-with-namespace-attributes#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:48:08 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=66</guid>
		<description><![CDATA[Description of Error You get this error when you try to use both a custom namespace and an access modifier (&#8220;public&#8221;, &#8220;private&#8221;, &#8220;protected&#8221; or &#8220;internal&#8221;) in a class, method or property definition. &#8220;Static&#8221;, &#8220;Dynamic&#8221; and &#8220;Final&#8221; are still ok. Adobe&#8217;s Official Writeup You can not use both an access specifier (such as private or public) [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1003-access-specifiers-are-not-allowed-with-namespace-attributes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1000: Ambiguous Reference to …</title>
		<link>http://www.as3errors.com/1000-ambiguous-reference-to-%e2%80%a6</link>
		<comments>http://www.as3errors.com/1000-ambiguous-reference-to-%e2%80%a6#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:37:31 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=58</guid>
		<description><![CDATA[Description of Error This error comes up when a variable or function name could potentially be referring to more than one thing, and the compiler needs clarification as to which one you need. You may run into this if you are using namespaces, for instance &#8211; if you have two methods called method(), but one [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/1000-ambiguous-reference-to-%e2%80%a6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1120: Access of undefined property…</title>
		<link>http://www.as3errors.com/1120-access-of-undefined-property</link>
		<comments>http://www.as3errors.com/1120-access-of-undefined-property#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:46:10 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[1120]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=21</guid>
		<description><![CDATA[An 1120 error is thrown when you attempt to use a variable that has either not been declared or which is having scoping problems (ie, you declare the variable in MethodA and attempt to access it in MethodB). Solutions: check for typo, confirm declaration, make sure you understand the relevant scoping.]]></description>
		<wfw:commentRss>http://www.as3errors.com/1120-access-of-undefined-property/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

