Hi all,
The assignment says:
Any unimplemented exceptions in this interface must all be created as member classes of the suncertify.db package.
"Java in a Nutshell" defines member classes this way:
A member class is a class that is declared as a non-static member of a containing class.
I just placed those exceptions (RecordNotFoundException, DuplicateKeyException, SecurityException) in package suncertify.db,
without making them inner classes to any containing class.
Did I violate this requirement ?
Kind regards,
Andy