2 * Copyright (c) 2010-2023 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
7 * This program and the accompanying materials are made available under the
8 * terms of the Eclipse Public License 2.0 which is available at
9 * http://www.eclipse.org/legal/epl-2.0
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.digitalstrom.internal.lib.serverconnection.simpledsrequestbuilder.constants;
16 * The {@link ExeptionConstants} contains the {@link SimpleRequestBuilder} exception strings.
18 * @author Michael Ochel - initial contributer
19 * @author Matthias Siegele - initial contributer
21 public class ExeptionConstants {
22 public static final String NO_CLASS_ADDED = "No class added! Please add a class first!";
23 public static final String CLASS_ALREADY_ADDED = "A class is already added! You can only add one class!";
24 public static final String FUNCTION_ALLREADY_ADDED = "A function is already added! You can only add one function!";
25 public static final String NO_FUNCTION = "No function added! Please add a function!";