mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
change the format of an exception msg
This commit is contained in:
parent
60cec44467
commit
d9d5ea57d4
@ -59,7 +59,7 @@ public Class<?> getUninstantiatableClass() {
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return super.getMessage() + " : " + clazz.getName();
|
||||
return super.getMessage() + " '" + clazz.getName() + "'";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user