ConstructorArgumentEntry()
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument with a (currently) unknown index.
ConstructorArgumentEntry(index: Int)
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument at the supplied index.
index - the index of the constructor argument
IllegalArgumentException - if the supplied index is less than zero