SSJ
3.3.1
Stochastic Simulation in Java
|
This exception is thrown by a ClassFinder when two or more fully qualified class names can be associated with a simple class name. More...
Public Member Functions | |
NameConflictException () | |
Constructs a new name conflict exception. | |
NameConflictException (String message) | |
Constructs a new name conflict exception with message message . More... | |
NameConflictException (ClassFinder finder, String name, String message) | |
Constructs a new name conflict exception with class finder finder , simple name name , and message message . More... | |
ClassFinder | getClassFinder () |
Returns the class finder associated with this exception. More... | |
String | getName () |
Returns the simple name associated with this exception. More... | |
This exception is thrown by a ClassFinder when two or more fully qualified class names can be associated with a simple class name.
NameConflictException | ( | String | message | ) |
Constructs a new name conflict exception with message message
.
message | the error message. |
NameConflictException | ( | ClassFinder | finder, |
String | name, | ||
String | message | ||
) |
Constructs a new name conflict exception with class finder finder
, simple name name
, and message message
.
finder | the class finder in which the name conflict occurred. |
name | the simple conflicting name. |
message | the message describint the conflict. |
ClassFinder getClassFinder | ( | ) |
Returns the class finder associated with this exception.
String getName | ( | ) |
Returns the simple name associated with this exception.