com.github.vladislavgoltjajev.isikukood.IsikukoodException 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 class IsikukoodException extends RuntimeException {
public IsikukoodException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy