HomeSort by relevance Sort by last modified time
    Searched defs:ClassCastException (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/main/java/java/lang/
ClassCastException.java 24 public class ClassCastException extends RuntimeException {
28 * Constructs a new {@code ClassCastException} that includes the current
31 public ClassCastException() {
36 * Constructs a new {@code ClassCastException} with the current stack trace
42 public ClassCastException(String detailMessage) {
47 * Constructs a new {@code ClassCastException} with the current stack trace
55 ClassCastException(Class<?> instanceClass, Class<?> castClass) {
Class.java     [all...]
  /libcore/luni/src/main/java/java/util/
EnumSet.java 53 * @throws ClassCastException
58 throw new ClassCastException();
76 * @throws ClassCastException
93 * @throws ClassCastException
MiniEnumSet.java 112 throw new ClassCastException();
133 throw new ClassCastException();
HugeEnumSet.java 125 throw new ClassCastException();
150 throw new ClassCastException();
Arrays.java 124 throw new ClassCastException();
503 * @throws ClassCastException
523 * @throws ClassCastException
562 * @throws ClassCastException
584 * @throws ClassCastException
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 207 throw new ClassCastException();
224 throw new ClassCastException();
232 throw new ClassCastException();
AtomicIntegerFieldUpdater.java 68 * @throws ClassCastException if {@code obj} is not an instance
88 * @throws ClassCastException if {@code obj} is not an instance
291 throw new ClassCastException();
AtomicLongFieldUpdater.java 71 * @throws ClassCastException if {@code obj} is not an instance
91 * @throws ClassCastException if {@code obj} is not an instance
286 throw new ClassCastException();
380 throw new ClassCastException();
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 370 * @exception ClassCastException
375 // Require cast to force ClassCastException
390 throw new ClassCastException();
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddress.java 293 throw new ClassCastException(); // per spec.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ListIteratorTest.java 78 if(o.getClass() == Double.class) throw new ClassCastException();
112 if(o.getClass() == Double.class) throw new ClassCastException();
259 fail("ClassCastException expected");
260 } catch (ClassCastException e) {
292 fail("ClassCastException expected");
293 } catch (ClassCastException e) {
MapEntryTest.java 76 if (val.getClass() == Double.class) throw new ClassCastException();
88 notes = "RI does not throw following exceptions: UnsupportedOperationException,ClassCastException, IllegalArgumentException and NullPointerException",
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 193 throw new ClassCastException();
201 catch(ClassCastException e)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 789 throw new ClassCastException();
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 928 throw new ClassCastException();
936 catch(ClassCastException e)
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 558 milliseconds