Package com.tonic.renamer.exception
Failures raised when a rename is invalid or collides.
-
Exception Summary Exception Description InvalidNameException Exception thrown when a name is not a valid Java identifier.NameConflictException Signals that a rename was rejected because the new name already belongs to something else at the target location.RenameException Base exception for all rename-related errors.