All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.diff.model.exception.ListKeyCycleException Maven / Gradle / Ivy

There is a newer version: 0.2.15
Show newest version
package com.arextest.diff.model.exception;

public class ListKeyCycleException extends RuntimeException {

  public ListKeyCycleException() {
    super();
  }

  public ListKeyCycleException(String s) {
    super(s);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy