HomeSort by relevance Sort by last modified time
    Searched refs:DuplicateKeyException (Results 1 - 2 of 2) sorted by null

  /external/smali/util/src/main/java/ds/tree/
DuplicateKeyException.java 33 public class DuplicateKeyException extends RuntimeException
37 public DuplicateKeyException(String msg)
RadixTreeImpl.java 157 public void insert(String key, T value) throws DuplicateKeyException {
160 } catch (DuplicateKeyException e) {
162 throw new DuplicateKeyException("Duplicate key: '" + key + "'");
173 * @throws DuplicateKeyException If the key already exists in the database.
176 throws DuplicateKeyException {
206 throw new DuplicateKeyException("Duplicate key");

Completed in 222 milliseconds