Validates that the string is a valid Java identifier and not a reserved word.
public static void validateIdentifier( String s )
s
The string to check.
WFCInvalidArgumentException thrown if any condition is not met.