// Unable to create an output value node for type: {declaredType}
throw new ProgramCompileException(CompilerMessage.Severity.ERROR,
new CompilerMessage(new MessageKind.Error.UnableToCreateOutputValueNode(declaredType.toString())));
}
OutputPolicy outputPolicy = null;
outputPolicy = outputValueNode.getOutputPolicy();
if (outputPolicy == null) {
// Unable to retrieve an output policy for type: {declaredType}
throw new ProgramCompileException(CompilerMessage.Severity.ERROR,
new CompilerMessage(new MessageKind.Error.UnableToRetrieveAnOutputPolicy(declaredType.toString())));