龍果學(xué)院大數(shù)據(jù)實(shí)時分析利器:ClickHouse實(shí)戰(zhàn)
for (StackTraceElement stackTraceElement : stackTrace) {
? ? ? ? ? ? ? ?if ("main".equals(stackTraceElement.getMethodName())) {
? ? ? ? ? ? ? ? ? ?return Class.forName(stackTraceElement.getClassName());
? ? ? ? ? ? ? ?}
? ? ? ? ? ?}
? ? ? ?}
? ? ? ?catch (ClassNotFoundException ex) {
? ? ? ? ? ?// Swallow and continue
? ? ? ?}
? ? ? ?return null;
? ?}
標(biāo)簽: