Error Redirect

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jollywg
    New Member
    • Mar 2008
    • 158

    Error Redirect

    Is there a way to use a try catch statement in Java and when it catches an error call a method or tell it to go to a specific part of the program. If so how?

    Thanks in advance!
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    You mean you don't know how to call a method from within a try block?
    Well do you know how to call a method from anywhere then?

    Comment

    Working...