History log of /libcore/luni/src/test/java/libcore/java/lang/ClassCastExceptionTest.java
Revision Date Author Comments
91084450d27ac954dfd0a937373fb675547655a7 09-Mar-2011 Dan Bornstein <danfuzz@android.com> Add more exception message tests.

Change-Id: Ib63c8d9c3e544b5d46453c3b993a7e7e6d778fe5
415c7497ec02890a73eb293f98f69c1f6983389b 18-Nov-2010 Elliott Hughes <enh@google.com> Throw ClassCastExceptions with good detail messages from the library.

Fix Class' methods to produce the same detail messages as the VM, remove
cruft from Arrays (so we throw the exceptions direct from the VM, like the RI
does), and fix a handful of classes that need to simulate casting because
of erasure.

Bug: 3210374
Change-Id: Ie8d1b48e069174bac60899a0530dbc8cf55fd023
feebfd5e2743f5832a9e21b6475098fba1867e6a 18-Nov-2010 Elliott Hughes <enh@google.com> Add a basic test for ClassCastException detail messages.

Bug: 3210374
Change-Id: Ifff09b36a5b3aeb118dd02caac781139bb840e6d