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

com.thaiopensource.relaxng.translate.util.InvalidParamValueException Maven / Gradle / Ivy

There is a newer version: 20241231
Show newest version
package com.thaiopensource.relaxng.translate.util;

public class InvalidParamValueException extends Exception {
  public InvalidParamValueException() { }
  public InvalidParamValueException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy