Skip to content
Snippets Groups Projects
Commit 895cc66a authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

Added explanatory message to UnsupportedOperationException

parent 6f97ea58
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ aspect RAPID_CodeGen { ...@@ -194,7 +194,7 @@ aspect RAPID_CodeGen {
} }
public String Type.RAPID_AddType(RAPID_env env, String name) { public String Type.RAPID_AddType(RAPID_env env, String name) {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException("RAPID_AddType not implemented for "+getClass().getSimpleName());
} }
public String StructType.RAPID_AddType(RAPID_env env, String name) { public String StructType.RAPID_AddType(RAPID_env env, String name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment