Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have recently started to use the tJavaFlex component to write my own code. I am using if/else conditions to check the structure of a line, I would like to throw an exception when an if is not met. This exception I catch with tLogCatcher. What Java code can I use for this?
Hello,
Did you try:
throw new Exception("Something is not right here.");