This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem defining a class implementing an interface nested in a class


Hey Tom,

"Tom Briscoe" <tbriscoe@nrao.edu> writes:
> javax.swing.text.AbstractDocument$Content.  The names of nested
> subclasses/interfaces are separated from the outer class by a $ when the
> class is compiled.  

excellent, that did the trick! I actually saw that notation in the stack
trace before and tried it already but it turned out I had an additional
pair or parentheses around a method's argument list which caused a
eNullPointerException or something so I figured that it didn't
work -- I should have looked more thoroughly at the error
message. Thanks a lot for your help!

Mortiz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]