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