| java.lang.Object java.lang.Throwable java.lang.Exception org.netbeans.DuplicateException
DuplicateException | final public class DuplicateException extends Exception (Code) | | Exception indicating that a module with a given code name base
is already being managed, and that it is not permitted to add
another with the same name.
author: Jesse Glick |
getNewModule | public Module getNewModule()(Code) | | Get the module whose creation was attempted.
Warning: this module will be invalid,
so do not attempt to do anything with it beyond asking
it for its version and things like that.
|
getOldModule | public Module getOldModule()(Code) | | Get the module which is already known to exist.
|
|
|