示例
public
static
class
ClassA {
public
void
methodA {
try
{
//...
}
catch
( IllegalMonitorStateException e ) {
//...
}
}
解决方案
重新考虑 catch 子句的使用。