Hi,
"to send a message" is not directly possible, but I could imagine several "workarounds". One suggestion would be to add a parameter to your function that can take the strings 'test' or 'compute'. With 'test' you validate the parameters and give back to your java either 'ok' or a descriptive error message. If 'ok' the java code calls the compiled code again with the same parameters.
Titus