if (_balance < 50) {    
    throws AccountFrozen();    
  } else {      
  
应为throw AccountFrozen(); 吧   try catch捕获违例