Class ConflicitingMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.geolykt.starloader.deobf.remapper.ConflicitingMappingException
All Implemented Interfaces:
Serializable

public class ConflicitingMappingException extends Exception
Exception that is thrown if MethodRenameMap.put(String, String, String, String) is fed an already existing mapping for the method and the old new name is unequal to the new method.
See Also: