Home
last modified time | relevance | path

Searched refs:newClassCastException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java360 throw newClassCastException(exampleType, primitiveType); in wrapperType()
363 private static ClassCastException newClassCastException(Class<?> actual, Class<?> expected) { in newClassCastException() method in Wrapper
472 throw newClassCastException(wtype, sourceType); in convert()