![JAR search and dependency download from the Maven repository](/logo.png)
lanchon.multidexlib2.DuplicateEntryNameException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multidexlib2 Show documentation
Show all versions of multidexlib2 Show documentation
Android Dalvik bytecode patcher.
/*
* DexPatcher - Copyright 2015-2017 Rodrigo Balerdi
* (GNU General Public License version 3 or later)
*
* DexPatcher is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*/
package lanchon.multidexlib2;
public class DuplicateEntryNameException extends RuntimeException {
public DuplicateEntryNameException(String entryName) {
super(entryName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy