summaryrefslogtreecommitdiffstats
path: root/vm/Exception.h
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2012-01-20 14:05:24 -0800
committerAndy McFadden <fadden@android.com>2012-01-20 14:08:07 -0800
commit5cc74502e62d99d40f5c7a841a57fafde5e7ed33 (patch)
tree006e5ca149c9be4e817e9d25dc96f79075e14d63 /vm/Exception.h
parent8a7b9fd899ea2b89e99fe3d81210fa8349ec2c60 (diff)
downloadandroid_dalvik-5cc74502e62d99d40f5c7a841a57fafde5e7ed33.tar.gz
android_dalvik-5cc74502e62d99d40f5c7a841a57fafde5e7ed33.tar.bz2
android_dalvik-5cc74502e62d99d40f5c7a841a57fafde5e7ed33.zip
Tweak UnsatisfiedLinkError
Change this: java.lang.UnsatisfiedLinkError: getSuperclass to this: java.lang.UnsatisfiedLinkError: Native method not found: java.lang.Class.getSuperclass:()Ljava/lang/Class; Change-Id: I23bd4350caf743ad9ba3524da0a10107c63af56a
Diffstat (limited to 'vm/Exception.h')
-rw-r--r--vm/Exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/Exception.h b/vm/Exception.h
index 3b7bdd911..055ed2b72 100644
--- a/vm/Exception.h
+++ b/vm/Exception.h
@@ -463,6 +463,7 @@ void dvmThrowTypeNotPresentException(const char* descriptor);
* the given detail message.
*/
void dvmThrowUnsatisfiedLinkError(const char* msg);
+void dvmThrowUnsatisfiedLinkError(const char* msg, const Method* method);
/**
* Throw an UnsupportedOperationException in the current thread, with