OSDN Git Service

HeaderViewListAdapter: Correct thrown error names.
authorTaylor H. Perkins <taylorhp@gmail.com>
Tue, 30 Apr 2013 19:04:52 +0000 (12:04 -0700)
committerTaylor H. Perkins <taylorhp@gmail.com>
Tue, 30 Apr 2013 19:04:52 +0000 (12:04 -0700)
commit62b2bb80f6b698571af766dec06100359bf1af7c
tree4cc8f8466f0369a0f5af499c22fc3394236e126e
parent1f6e789b7ee9698ab8c528a393c28cce500ace04
HeaderViewListAdapter: Correct thrown error names.

When accessing an invalid entry of the list, an IndexOutOfBounds exception is thrown, not an ArrayIndexOutOfBounds exception.

Change-Id: I3cf59faab004fa6391d84f30f280e0c9bd92dc44
Signed-off-by: Taylor H. Perkins <taylorhp@gmail.com>
core/java/android/widget/HeaderViewListAdapter.java