I am getting unhandled type exception in Node rn = getnodeAt(right);
without this line there is no exception
Can u pls resolve this exception
I am getting unhandled type exception in Node rn = getnodeAt(right);
without this line there is no exception
Can u pls resolve this exception
Hey @code_breaker-1001 You just need to speciy for the ReversalDt function that it can throw exception bcoz in ReversalDt()you are using a function which can throw exception so you need to add like this :
public void ReversalDt() throws Exception{
//body
}
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.