Home
last modified time | relevance | path

Searched defs:NULL_POINTER_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DExceptionConstants.java56 Class<NullPointerException> NULL_POINTER_EXCEPTION = NullPointerException.class; field
DExceptionConst.java53 …public static final Class<NullPointerException> NULL_POINTER_EXCEPTION = NullPointerException.clas… field in ExceptionConst