com.microsoft.bingads.internal.UncheckedParseException Maven / Gradle / Ivy
package com.microsoft.bingads.internal;
import java.text.ParseException;
/**
* Reserved for internal use.
*/
public class UncheckedParseException extends RuntimeException {
public UncheckedParseException(ParseException cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy