| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.netbeans.InvalidException
InvalidException | final public class InvalidException extends IOException (Code) | | Exception thrown indicating that a module's contents are ill-formed.
This could be a parse error in the manifest, or an inability to load
certain resources from the classloader.
ErrorManager should be used where needed to attach related exceptions
or user-friendly annotations.
author: Jesse Glick |
InvalidException | public InvalidException(String detailMessage)(Code) | | |
getModule | public Module getModule()(Code) | | Affected module. May be null if this is hard to determine
(for example a problem which would make the module ill-formed,
during creation or reloading).
|
|
|