25package umontreal.ssj.util;
34 private static final long serialVersionUID = -5124156035520217708L;
Utility class used to convert a simple class name to a fully qualified class object.
ClassFinder getClassFinder()
Returns the class finder associated with this exception.
NameConflictException(ClassFinder finder, String name, String message)
Constructs a new name conflict exception with class finder finder, simple name name,...
NameConflictException()
Constructs a new name conflict exception.
NameConflictException(String message)
Constructs a new name conflict exception with message message.
String getName()
Returns the simple name associated with this exception.