Skip to content

Commit

Permalink
https://github.com/miho/VMF/issues/71
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Dec 4, 2024
1 parent e1fee32 commit ffa1399
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ private Property(VObjectInternal parent, String name, boolean staticOnly) {
this.type = Type.newInstance(isModelType, isListType, isInterfaceOnlyType, typeName, tClass);
}
} catch (ClassNotFoundException e) {
e.printStackTrace();
throw new RuntimeException(
"Cannot load property type class of type '"
+ typeName
+ "'. Reflection failed.", e
);
}

}
Expand Down

0 comments on commit ffa1399

Please sign in to comment.