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

com.squarespace.cldrengine.api.CLDRException Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.api;

public class CLDRException extends RuntimeException {

  public CLDRException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy