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

org.ufoss.kotysa.Exceptions.kt Maven / Gradle / Ivy

/*
 * This is free and unencumbered software released into the public domain, following 
 */

package org.ufoss.kotysa


public class NonUniqueResultException : RuntimeException("Multiple results, query expected a single result")


public class NoResultException : RuntimeException("No result, query expected a result")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy