i have a following try catch block

try {
if () {}
else { NOW i wanna go directly to a finally{} block
}

is there a way to do that?