
org.tango.server.ExceptionMessages Maven / Gradle / Ivy
/**
* Copyright (C) : 2012
*
* Synchrotron Soleil
* L'Orme des merisiers
* Saint Aubin
* BP48
* 91192 GIF-SUR-YVETTE CEDEX
*
* This file is part of Tango.
*
* Tango is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Tango is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Tango. If not, see .
*/
package org.tango.server;
import fr.esrf.Tango.DevFailed;
/**
* Messages for {@link DevFailed}
*
* @author ABEILLE
*
*/
public final class ExceptionMessages {
private ExceptionMessages() {
}
public static final String ATTR_OPT_PROP = "API_AttrOptProp";
public static final String ATTR_NOT_POLLED = "API_AttrNotPolled";
public static final String ATTR_NOT_FOUND = "API_AttrNotFound";
public static final String CMD_NOT_POLLED = "API_CmdNotPolled";
public static final String COMMAND_NOT_FOUND = "API_CommandNotFound";
public static final String DEVICE_NOT_FOUND = "API_DeviceNotFound";
public static final String POLL_OBJ_NOT_FOUND = "API_PollObjNotFound";
public static final String NOT_SUPPORTED = "API_NotSupported";
public static final String CANNOT_OPEN_FILE = "API_CannotOpenFile";
public static final String ATTR_NOT_WRITABLE = "API_AttrNotWritable";
public static final String ATTR_VALUE_NOT_SET = "API_AttrValueNotSet";
public static final String CLASS_NOT_FOUND = "API_ClassNotFound";
public static final String BLACK_BOX_ARG = "API_BlackBoxArgument";
public static final String BLACK_BOX_EMPTY = "API_BlackBoxEmpty";
public static final String WATTR_OUTSIDE_LIMIT = "API_WAttrOutsideLimit";
public static final String ATTR_NOT_ALLOWED = "API_AttrNotAllowed";
public static final String ATTR_INCORRECT_DATA_NUMBER = "API_AttrIncorrectDataNumber";
public static final String DEVICE_UNLOCKABLE = "API_DeviceUnlockable";
public static final String DEVICE_LOCKED = "API_DeviceLocked";
public static final String DEVICE_UNLOCKED = "API_DeviceUnlocked";
public static final String WRONG_NR_ARGS = "API_WrongNumberOfArgs";
public static final String INCOMPATIBLE_DATA_TYPE = "API_IncompatibleAttrDataType";
public static final String COMMAND_NOT_ALLOWED = "API_CommandNotAllowed";
public static final String DB_ACCESS = "API_DatabaseAccess";
public static final String EVENT_CRITERIA_NOT_SET = "API_EventPropertiesNotSet";
public static final String EVENT_NOT_AVAILABLE = "API_EventNotAvailable";
public static final String EVENT_NO_FREE_PORT = "API_NoFreePortFound";
public static final String TANGO_HOST_ERROR = "API_GetTangoHostFailed";
public static final String NOT_SUPPORTED_FEATURE = "API_NotSupportedFeature";
// - Root attribute not found in root device
public static final String FWD_WRONG_ATTR = "FWD_WRONG_ATTR";
// - Root device not found in control system
public static final String FWD_WRONG_DEV = "FWD_WRONG_DEV";
// - The root device is the local device
public static final String FWD_ROOT_DEV_LOCAL_DEV = "FWD_ROOT_DEV_LOCAL_DEV";
// - Missing root attribute definition
public static final String FWD_MISSING_ROOT = "FWD_MISSING_ROOT";
// - Wrong syntax in root attribute definition
public static final String FWD_WRONG_SYNTAX = "FWD_WRONG_SYNTAX";
// - Root device not started yet
public static final String FWD_ROOT_DEV_NOT_STARTED = "FWD_ROOT_DEV_NOT_STARTED";
// - Root attribute already use in this DS for another forwarded attribute
public static final String FWD_DOUBLE_USED = "FWD_DOUBLE_USED";
// - Local device does not support forwarded attribute (IDL 4 or less)
public static final String FWD_TOO_OLD_LOCAL_DEVICE = "FWD_TOO_OLD_LOCAL_DEVICE";
// - Root device does not support forwarded attribute (IDL 4 or less)
public static final String FWD_TOO_OLD_ROOT_DEVICE = "FWD_TOO_OLD_ROOT_DEVICE";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy