Searched refs:newClassCastException (Results 1 – 1 of 1) sorted by relevance
360 throw newClassCastException(exampleType, primitiveType); in wrapperType()363 private static ClassCastException newClassCastException(Class<?> actual, Class<?> expected) { in newClassCastException() method in Wrapper472 throw newClassCastException(wtype, sourceType); in convert()