
public class MissingModuleException extends IllegalStateException
| Constructor and Description |
|---|
MissingModuleException(String name)
Creates a new instance of
MissingModuleException taking
the name of the missing module. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the missing module.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingModuleException(String name)
MissingModuleException taking
the name of the missing module.name - the name of the missing module.Copyright © 2005-2012 jDTAUS. All Rights Reserved.