com.github.vladislavgoltjajev.isikukood.EstonianIdException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-isikukood Show documentation
Show all versions of java-isikukood Show documentation
Library for parsing Estonian personal identification codes.
package com.github.vladislavgoltjajev.isikukood;
public final class EstonianIdException extends Exception {
public EstonianIdException(String message) {
super(message);
}
}