"A member of a package (�7) is a subpackage (�7.1), or a class (�8) or interface (�9) type declared in a compilation unit (�7.3) of the package."
So exception "created as a member class of a package", would simply be declared as a class in the package (not as a member of another class within that package)
right?
Si
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
So exception "created as a member class of a package", would simply be declared as a class in the package (not as a member of another class within that package)
Yes, that's how I would interpret it. That is, if you want your own "RecordNotFoundException" class then stick it in the suncertify.db package.