Search:

Type: Posts; User: pbrockway2

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,560

    Re: ArrayIndex problem

    You're welcome.
  2. Replies
    3
    Views
    1,560

    Re: ArrayIndex problem

    The petAnimal() method will never catch the exception because it is never called. The exception happens before the method is ever called.



    Zookeeper.petAnimal(zoo[25]);


    This line is...
Results 1 to 2 of 2