Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    2,260

    Re: constructor X is undefined

    Again, you're talking about code that we can't see, so it's impossible to help you. That SSCCE would go a long way towards making it easier to help you out.
  2. Replies
    9
    Views
    2,260

    Re: constructor X is undefined

    Yeah, that won't work. You're saying that the generic T is DCNotification, so the constructor is expecting an instance of DCNotification, not an instance of a Vector of DCNotification instances.
  3. Replies
    9
    Views
    2,260

    Re: constructor X is undefined

    That's all the constructors, but how are you calling them? Hint: That's the line you write with the word "new" in it. In your first post, you seem to be passing in a Vector, but I don't see a...
  4. Replies
    9
    Views
    2,260

    Re: constructor X is undefined

    That's not all of the information we need. How are you calling the constructor? It looks like you're trying to pass in a Vector, which isn't an ArrayList.
  5. Replies
    9
    Views
    2,260

    Re: constructor X is undefined

    What is the exact error? Copy and paste it here.

    What is the exact constructor declaration? Copy and paste it here.

    What is the exact code you're using to call the constructor? Copy and paste...
Results 1 to 5 of 5