catch Throwable

This commit is contained in:
fkorotkov 2015-07-16 17:34:33 -04:00
parent 5258b4c0d3
commit 93ae6b2db0
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ final class DiagnosticsReporter(reporter: Reporter) extends DiagnosticListener[J
case _ => None
}
} catch {
case ignored: ReflectiveOperationException => None
case ignored: Throwable => None
}
def getExpression: String =