Hi,
I think it might be because you typed public ExitTextView(Context ctx,
Object obj), instead of public EditTextView(Context ctx, Object obj) in your
code.
Thanks,
Megha
On Thu, Apr 3, 2008 at 11:02 AM, Android-Berry <[EMAIL PROTECTED]>
wrote:
>
> Hi All,
>
> Is there anyone meets this issue?
> When I extend EditText view, and call super, it always throws me and
> exception like below:
>
> DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
> PathClassLoader.java:205 not caught locally
> DEBUG/dalvikvm(599): NOTE: loadClass
> 'org.apache.harmony.luni.internal.locale.ISO4Currencies_en_US'
> 0x40018950 threw an exception
> DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
> PathClassLoader.java:205 not caught locally
> DEBUG/dalvikvm(599): NOTE: loadClass
> 'org.apache.harmony.luni.internal.locale.ISO4Currencies_en' 0x40018950
> threw an exception
> DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
> PathClassLoader.java:205 not caught locally
> DEBUG/dalvikvm(599): NOTE: loadClass
> 'org.apache.harmony.luni.internal.locale.ISO4CurrenciesToDigits_en_US'
> 0x40018950 threw an exception
> DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
> PathClassLoader.java:205 not caught locally
> DEBUG/dalvikvm(599): NOTE: loadClass
> 'org.apache.harmony.luni.internal.locale.ISO4CurrenciesToDigits_en'
> 0x40018950 threw an exception
>
> what I am doing is:
>
> 1:public class EditTextView extends EditText{
> 2: private Object obj;
> 3: public ExitTextView(Context ctx, Object obj){
> 4: super(ctx);
> 5: this.obj = obj;
> ....
> ....
> }
> }
>
> Issue happens at : line 4.
>
> Thanks~
>
>
> }
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---