Searched refs:mException (Results 1 – 1 of 1) sorted by relevance
33 private ClassInfo mException; field in ThrowsTagInfo44 mException = ((ClassInfo) base).findClass(className); in ThrowsTagInfo()46 if (mException == null) { in ThrowsTagInfo()47 mException = Converter.obtainClass(className); in ThrowsTagInfo()55 mException = exception; in ThrowsTagInfo()60 return mException; in exception()64 if (mException != null) { in exceptionType()65 return mException.asTypeInfo(); in exceptionType()