{
customStructType = getCustomStructType( c );
if (customStructType == null && c == StructValue.class)
{
Validator_StructValue x = findStructValueValidator( v );
if (x != null)
customStructType = x.getType();
}
if (customStructType == null )
throw new IllegalArgumentException( "customStructType == null" );
}