TemplateName.parseDottedName(
alertSink, node.getSourcePosition(), exceptionType);
if (exception != null) {
// TODO(harryh): exceptionType should be a NativeType, not just
// a String
output.accumulate(new ThrowsDeclaration(node, exceptionType));
}
}
return null;
}