com.jparams.junit4.data.converter.ConverterException Maven / Gradle / Ivy
package com.jparams.junit4.data.converter;
public class ConverterException extends RuntimeException {
public ConverterException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy