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. | |
| NameConflictException (ClassFinder finder, String name, String message) | |
| Constructs a new name conflict exception with class finder finder, simple name name, and message message. | |
| ClassFinder | getClassFinder () |
| Returns the class finder associated with this exception. | |
| String | getName () |
| Returns the simple name associated with this exception. | |
This exception is thrown by a ClassFinder when two or more fully qualified class names can be associated with a simple class name.
Definition at line 33 of file NameConflictException.java.
| umontreal.ssj.util.NameConflictException.NameConflictException | ( | ) |
Constructs a new name conflict exception.
Definition at line 41 of file NameConflictException.java.
| umontreal.ssj.util.NameConflictException.NameConflictException | ( | String | message | ) |
Constructs a new name conflict exception with message message.
| message | the error message. |
Definition at line 49 of file NameConflictException.java.
| umontreal.ssj.util.NameConflictException.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. |
Definition at line 61 of file NameConflictException.java.
| ClassFinder umontreal.ssj.util.NameConflictException.getClassFinder | ( | ) |
Returns the class finder associated with this exception.
Definition at line 72 of file NameConflictException.java.
| String umontreal.ssj.util.NameConflictException.getName | ( | ) |
Returns the simple name associated with this exception.
Definition at line 81 of file NameConflictException.java.