|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception umontreal.iro.lecuyer.util.NameConflictException
public class NameConflictException
This exception is thrown by a ClassFinder
when two or more fully qualified class names can be
associated with a simple class name.
Constructor Summary | |
---|---|
NameConflictException()
Constructs a new name conflict exception. |
|
NameConflictException(ClassFinder finder,
String name,
String message)
Constructs a new name conflict exception with class finder finder, simple name name, and message message. |
|
NameConflictException(String message)
Constructs a new name conflict exception with message message. |
Method Summary | |
---|---|
ClassFinder |
getClassFinder()
Returns the class finder associated with this exception. |
String |
getName()
Returns the simple name associated with this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NameConflictException()
public NameConflictException(String message)
message
- the error message.public NameConflictException(ClassFinder finder, String name, String message)
finder
- the class finder in which the name conflict occurred.name
- the simple conflicting name.message
- the message describint the conflict.Method Detail |
---|
public ClassFinder getClassFinder()
public String getName()
|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |