Utils.validateIdentifier

Overview | Methods | This Package | All Packages

Utils.validateIdentifier

Validates that the string is a valid Java identifier and not a reserved word.

Syntax

public static void validateIdentifier( String s )

Parameters

s

The string to check.

Exceptions

WFCInvalidArgumentException thrown if any condition is not met.