• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Calling a method that throw an exception

rwlakin

Lurker
private void openBT() throws IOException { ......code ....}
I want to call the function from another function e.g. openBT();
 
Back
Top Bottom