Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansson
LabComm
Commits
895cc66a
Commit
895cc66a
authored
Jun 25, 2014
by
Sven Gestegård Robertz
Browse files
Added explanatory message to UnsupportedOperationException
parent
6f97ea58
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/RAPID_CodeGen.jrag
View file @
895cc66a
...
...
@@ -194,7 +194,7 @@ aspect RAPID_CodeGen {
}
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) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment