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

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

The newest version!
package com.thaiopensource.relaxng.translate.util;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy