All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.finance.tradukisto.internal.languages.MissingFormException Maven / Gradle / Ivy

Go to download

Small java library created to convert numbers to their word representations

The newest version!
package pl.allegro.finance.tradukisto.internal.languages;

public class MissingFormException extends RuntimeException {

    MissingFormException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy