HHH-5249 Add more details MappingException

This commit is contained in:
Rafael Lillo 2021-09-12 20:28:00 +02:00 committed by Sanne Grinovero
parent caa84d3ad9
commit f6a03cf771
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ public class Component extends SimpleValue implements MetaAttributable {
return prop;
}
}
throw new MappingException("component property not found: " + propertyName);
throw new MappingException("component: " + componentClassName + " property not found: " + propertyName);
}
public String getRoleName() {