Searched refs:exClass (Results 1 – 3 of 3) sorted by relevance
57 Class<?> exClass= (Class<?>)request.getAttribute(RequestDispatcher.ERROR_EXCEPTION_TYPE); in getErrorPage() local59 if (ServletException.class.equals(exClass)) in getErrorPage()61 error_page= (String)_errorPages.get(exClass.getName()); in getErrorPage()68 exClass= th.getClass(); in getErrorPage()72 while (error_page == null && exClass != null ) in getErrorPage()74 error_page= (String)_errorPages.get(exClass.getName()); in getErrorPage()75 exClass= exClass.getSuperclass(); in getErrorPage()
315 jclass exClass; in throwJNIException() local317 exClass = env->FindClass("java/lang/Exception"); in throwJNIException()319 TCU_CHECK_INTERNAL(exClass != DE_NULL); in throwJNIException()321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0); in throwJNIException()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...