Search:

Type: Posts; User: copeg

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    1,433

    Re: Inheritance not working!

    Post the full error. Did you import java.io.IOException?
  2. Replies
    4
    Views
    1,433

    Re: Inheritance not working!

    Declare the constructor to throw the exception - this will force any code that constructs a SenderReceiver to throw or catch the exception. See Lesson: Exceptions (The Java™ Tutorials > Essential...
Results 1 to 2 of 2