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

io.imunity.furms.ui.views.fenix.communites.CommunityAllocationErrors Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
/*
 * Copyright (c) 2021 Bixbit - Krzysztof Benedyczak. All rights reserved.
 * See LICENCE.txt file for licensing information.
 */
package io.imunity.furms.ui.views.fenix.communites;

import java.util.Map;

import io.imunity.furms.api.validation.exceptions.CommunityAllocationAmountNotEnoughException;
import io.imunity.furms.api.validation.exceptions.CommunityAllocationUpdateBelowDistributedAmountException;

public class CommunityAllocationErrors
{
	public static final Map, String> KNOWN_ERRORS = 
			Map.of(CommunityAllocationUpdateBelowDistributedAmountException.class, 
					"view.fenix-admin.resource-credits-allocation.form.error.updateBelowAlreadyDistributed",
					CommunityAllocationAmountNotEnoughException.class,
					"view.fenix-admin.resource-credits-allocation.form.error.amountNotEnough");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy