HHH-5249 Add more details MappingException
This commit is contained in:
parent
caa84d3ad9
commit
f6a03cf771
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue