public class NameConflictException
extends java.lang.Exception
ClassFinder
when two or more fully qualified class names can be
associated with a simple class name.| Constructor and Description |
|---|
NameConflictException()
Constructs a new name conflict exception.
|
NameConflictException(ClassFinder finder,
java.lang.String name,
java.lang.String message)
Constructs a new name conflict exception with class
finder finder, simple name name,
and message message.
|
NameConflictException(java.lang.String message)
Constructs a new name conflict exception with
message message.
|
| Modifier and Type | Method and Description |
|---|---|
ClassFinder |
getClassFinder()
Returns the class finder associated with
this exception.
|
java.lang.String |
getName()
Returns the simple name associated with
this exception.
|
public NameConflictException()
public NameConflictException(java.lang.String message)
message - the error message.public NameConflictException(ClassFinder finder, java.lang.String name, java.lang.String message)
finder - the class finder in which the name conflict occurred.name - the simple conflicting name.message - the message describint the conflict.public ClassFinder getClassFinder()
public java.lang.String getName()
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.