org.entur.netex.validation.exception.RetryableNetexValidationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netex-validator-java Show documentation
Show all versions of netex-validator-java Show documentation
Library for validating NeTEx datasets against the Nordic NeTEx Profile.
package org.entur.netex.validation.exception;
public class RetryableNetexValidationException
extends NetexValidationException {
public RetryableNetexValidationException(Throwable t) {
super(t);
}
}