Hi,
I’ve read the 4.0 manual and checked(I hope well) the sample solution but I haven’t find an answer to my question:
Is possible catch an error from a portion of code?
like this:
try{
.
.
}catch(Exception e){
.
.
}
And what about the Error managment at function-level?
es:
function myFunction() throws IOException{
.
.
}
I’d like to say if exist something similar into servoy.
If not can someone give me an alternative good-way to manage my error?
Thanks in advance
Marco