6061626364656667686970
{ if (descriptor.getInput(inputName) == null) { throw new ValidationException( "Graph validation failed.", new UnknownInputException( node.getName(), inputName)); } } for (String outputName : node.getAllOutputs().keySet()) {