diff options
| author | Davor Bertovic <davor@losinj.com> | 2014-04-01 11:19:19 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@doa.deadnet.net> | 2014-04-01 11:19:19 -0400 |
| commit | 5b540db4a3153fff7a09f69a7e083a2e6a5a8f57 (patch) | |
| tree | 4397205c26be549b33c9bd8b2dea03bbc9d68b7b | |
| parent | 59eb39d88149d474e11972d52deced559564c3fe (diff) | |
| parent | 400164f659c3cf8c15d6db8f3c5e12a25d382a56 (diff) | |
Merge "Revert "Revert "Change exception message for ArrayStoreException.""" into kitkat
| -rw-r--r-- | vm/Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/Exception.cpp b/vm/Exception.cpp index ca7614096..36f2d20c0 100644 --- a/vm/Exception.cpp +++ b/vm/Exception.cpp @@ -1225,7 +1225,7 @@ void dvmThrowArrayStoreExceptionNotArray(ClassObject* actual, const char* label) void dvmThrowArrayStoreExceptionIncompatibleArrays(ClassObject* source, ClassObject* destination) { throwTypeError(gDvm.exArrayStoreException, - "%s and %s are incompatible array types", + "Incompatible types: src=%s, dst=%s", source, destination); } |
