RTLErrorMessages
Overview
Location
- Reference: elements.jar
- Namespace: RemObjects.Elements.RTL
- Platforms: Cooper
constructor protected
constructor
RTLErrorMessages()
init()
RTLErrorMessages()
Sub New()
APP_CONTEXT_MISSING
const APP_CONTEXT_MISSING: String = "Environment.ApplicationContext is not set.";
const String APP_CONTEXT_MISSING = "Environment.ApplicationContext is not set."
static let APP_CONTEXT_MISSING: String = "Environment.ApplicationContext is not set."
static final String APP_CONTEXT_MISSING = "Environment.ApplicationContext is not set."
Dim APP_CONTEXT_MISSING As String = "Environment.ApplicationContext is not set."
ARG_NULL_ERROR
const ARG_NULL_ERROR: String = "Argument {0} can not be nil";
const String ARG_NULL_ERROR = "Argument {0} can not be nil"
static let ARG_NULL_ERROR: String = "Argument {0} can not be nil"
static final String ARG_NULL_ERROR = "Argument {0} can not be nil"
Dim ARG_NULL_ERROR As String = "Argument {0} can not be nil"
ARG_NULL_ERROR2
const ARG_NULL_ERROR2: String = "Argument can not be nil";
const String ARG_NULL_ERROR2 = "Argument can not be nil"
static let ARG_NULL_ERROR2: String = "Argument can not be nil"
static final String ARG_NULL_ERROR2 = "Argument can not be nil"
Dim ARG_NULL_ERROR2 As String = "Argument can not be nil"
ARG_OUT_OF_RANGE_ERROR
const ARG_OUT_OF_RANGE_ERROR: String = "{0} argument was out of range of valid values.";
const String ARG_OUT_OF_RANGE_ERROR = "{0} argument was out of range of valid values."
static let ARG_OUT_OF_RANGE_ERROR: String = "{0} argument was out of range of valid values."
static final String ARG_OUT_OF_RANGE_ERROR = "{0} argument was out of range of valid values."
Dim ARG_OUT_OF_RANGE_ERROR As String = "{0} argument was out of range of valid values."
ARG_OUT_OF_RANGE_ERROR2
const ARG_OUT_OF_RANGE_ERROR2: String = "Argument was out of range of valid values.";
const String ARG_OUT_OF_RANGE_ERROR2 = "Argument was out of range of valid values."
static let ARG_OUT_OF_RANGE_ERROR2: String = "Argument was out of range of valid values."
static final String ARG_OUT_OF_RANGE_ERROR2 = "Argument was out of range of valid values."
Dim ARG_OUT_OF_RANGE_ERROR2 As String = "Argument was out of range of valid values."
COLLECTION_EMPTY
const COLLECTION_EMPTY: String = "Collection is empty";
const String COLLECTION_EMPTY = "Collection is empty"
static let COLLECTION_EMPTY: String = "Collection is empty"
static final String COLLECTION_EMPTY = "Collection is empty"
Dim COLLECTION_EMPTY As String = "Collection is empty"
FILE_EXISTS
const FILE_EXISTS: String = "File {0} already exists";
const String FILE_EXISTS = "File {0} already exists"
static let FILE_EXISTS: String = "File {0} already exists"
static final String FILE_EXISTS = "File {0} already exists"
Dim FILE_EXISTS As String = "File {0} already exists"
FILE_NOTFOUND
const FILE_NOTFOUND: String = "File {0} not found";
const String FILE_NOTFOUND = "File {0} not found"
static let FILE_NOTFOUND: String = "File {0} not found"
static final String FILE_NOTFOUND = "File {0} not found"
Dim FILE_NOTFOUND As String = "File {0} not found"
FILE_READ_ERROR
const FILE_READ_ERROR: String = "File {0} can not be read";
const String FILE_READ_ERROR = "File {0} can not be read"
static let FILE_READ_ERROR: String = "File {0} can not be read"
static final String FILE_READ_ERROR = "File {0} can not be read"
Dim FILE_READ_ERROR As String = "File {0} can not be read"
FILE_WRITE_ERROR
const FILE_WRITE_ERROR: String = "File {0} can not be written";
const String FILE_WRITE_ERROR = "File {0} can not be written"
static let FILE_WRITE_ERROR: String = "File {0} can not be written"
static final String FILE_WRITE_ERROR = "File {0} can not be written"
Dim FILE_WRITE_ERROR As String = "File {0} can not be written"
FOLDER_CREATE_ERROR
const FOLDER_CREATE_ERROR: String = "Unable to create folder {0}";
const String FOLDER_CREATE_ERROR = "Unable to create folder {0}"
static let FOLDER_CREATE_ERROR: String = "Unable to create folder {0}"
static final String FOLDER_CREATE_ERROR = "Unable to create folder {0}"
Dim FOLDER_CREATE_ERROR As String = "Unable to create folder {0}"
FOLDER_DELETE_ERROR
const FOLDER_DELETE_ERROR: String = "Unable to delete folder {0}";
const String FOLDER_DELETE_ERROR = "Unable to delete folder {0}"
static let FOLDER_DELETE_ERROR: String = "Unable to delete folder {0}"
static final String FOLDER_DELETE_ERROR = "Unable to delete folder {0}"
Dim FOLDER_DELETE_ERROR As String = "Unable to delete folder {0}"
FOLDER_EXISTS
const FOLDER_EXISTS: String = "Folder {0} already exists";
const String FOLDER_EXISTS = "Folder {0} already exists"
static let FOLDER_EXISTS: String = "Folder {0} already exists"
static final String FOLDER_EXISTS = "Folder {0} already exists"
Dim FOLDER_EXISTS As String = "Folder {0} already exists"
FOLDER_NOTFOUND
const FOLDER_NOTFOUND: String = "Folder {0} not found";
const String FOLDER_NOTFOUND = "Folder {0} not found"
static let FOLDER_NOTFOUND: String = "Folder {0} not found"
static final String FOLDER_NOTFOUND = "Folder {0} not found"
Dim FOLDER_NOTFOUND As String = "Folder {0} not found"
FORMAT_ERROR
const FORMAT_ERROR: String = "Input string was not in a correct format";
const String FORMAT_ERROR = "Input string was not in a correct format"
static let FORMAT_ERROR: String = "Input string was not in a correct format"
static final String FORMAT_ERROR = "Input string was not in a correct format"
Dim FORMAT_ERROR As String = "Input string was not in a correct format"
IO_RENAME_ERROR
const IO_RENAME_ERROR: String = "Unable to reanme {0} to {1}";
const String IO_RENAME_ERROR = "Unable to reanme {0} to {1}"
static let IO_RENAME_ERROR: String = "Unable to reanme {0} to {1}"
static final String IO_RENAME_ERROR = "Unable to reanme {0} to {1}"
Dim IO_RENAME_ERROR As String = "Unable to reanme {0} to {1}"
KEY_EXISTS
const KEY_EXISTS: String = "An element with the same key already exists in the dictionary";
const String KEY_EXISTS = "An element with the same key already exists in the dictionary"
static let KEY_EXISTS: String = "An element with the same key already exists in the dictionary"
static final String KEY_EXISTS = "An element with the same key already exists in the dictionary"
Dim KEY_EXISTS As String = "An element with the same key already exists in the dictionary"
KEY_NOTFOUND
const KEY_NOTFOUND: String = "Entry with specified key does not exist";
const String KEY_NOTFOUND = "Entry with specified key does not exist"
static let KEY_NOTFOUND: String = "Entry with specified key does not exist"
static final String KEY_NOTFOUND = "Entry with specified key does not exist"
Dim KEY_NOTFOUND As String = "Entry with specified key does not exist"
NEGATIVE_VALUE_ERROR
const NEGATIVE_VALUE_ERROR: String = "{0} can not be negative";
const String NEGATIVE_VALUE_ERROR = "{0} can not be negative"
static let NEGATIVE_VALUE_ERROR: String = "{0} can not be negative"
static final String NEGATIVE_VALUE_ERROR = "{0} can not be negative"
Dim NEGATIVE_VALUE_ERROR As String = "{0} can not be negative"
NOTSUPPORTED_ERROR
const NOTSUPPORTED_ERROR: String = "{0} is not supported on current platform";
const String NOTSUPPORTED_ERROR = "{0} is not supported on current platform"
static let NOTSUPPORTED_ERROR: String = "{0} is not supported on current platform"
static final String NOTSUPPORTED_ERROR = "{0} is not supported on current platform"
Dim NOTSUPPORTED_ERROR As String = "{0} is not supported on current platform"
OUT_OF_RANGE_ERROR
const OUT_OF_RANGE_ERROR: String = "Range ({0},{1}) exceeds data length {2}";
const String OUT_OF_RANGE_ERROR = "Range ({0},{1}) exceeds data length {2}"
static let OUT_OF_RANGE_ERROR: String = "Range ({0},{1}) exceeds data length {2}"
static final String OUT_OF_RANGE_ERROR = "Range ({0},{1}) exceeds data length {2}"
Dim OUT_OF_RANGE_ERROR As String = "Range ({0},{1}) exceeds data length {2}"
TYPE_RANGE_ERROR
const TYPE_RANGE_ERROR: String = "Specified value exceeds range of {0}";
const String TYPE_RANGE_ERROR = "Specified value exceeds range of {0}"
static let TYPE_RANGE_ERROR: String = "Specified value exceeds range of {0}"
static final String TYPE_RANGE_ERROR = "Specified value exceeds range of {0}"
Dim TYPE_RANGE_ERROR As String = "Specified value exceeds range of {0}"
APP_CONTEXT_MISSING
const APP_CONTEXT_MISSING: String = "Environment.ApplicationContext is not set.";
const String APP_CONTEXT_MISSING = "Environment.ApplicationContext is not set."
static let APP_CONTEXT_MISSING: String = "Environment.ApplicationContext is not set."
static final String APP_CONTEXT_MISSING = "Environment.ApplicationContext is not set."
Dim APP_CONTEXT_MISSING As String = "Environment.ApplicationContext is not set."
ARG_NULL_ERROR
const ARG_NULL_ERROR: String = "Argument {0} can not be nil";
const String ARG_NULL_ERROR = "Argument {0} can not be nil"
static let ARG_NULL_ERROR: String = "Argument {0} can not be nil"
static final String ARG_NULL_ERROR = "Argument {0} can not be nil"
Dim ARG_NULL_ERROR As String = "Argument {0} can not be nil"
ARG_NULL_ERROR2
const ARG_NULL_ERROR2: String = "Argument can not be nil";
const String ARG_NULL_ERROR2 = "Argument can not be nil"
static let ARG_NULL_ERROR2: String = "Argument can not be nil"
static final String ARG_NULL_ERROR2 = "Argument can not be nil"
Dim ARG_NULL_ERROR2 As String = "Argument can not be nil"
ARG_OUT_OF_RANGE_ERROR
const ARG_OUT_OF_RANGE_ERROR: String = "{0} argument was out of range of valid values.";
const String ARG_OUT_OF_RANGE_ERROR = "{0} argument was out of range of valid values."
static let ARG_OUT_OF_RANGE_ERROR: String = "{0} argument was out of range of valid values."
static final String ARG_OUT_OF_RANGE_ERROR = "{0} argument was out of range of valid values."
Dim ARG_OUT_OF_RANGE_ERROR As String = "{0} argument was out of range of valid values."
ARG_OUT_OF_RANGE_ERROR2
const ARG_OUT_OF_RANGE_ERROR2: String = "Argument was out of range of valid values.";
const String ARG_OUT_OF_RANGE_ERROR2 = "Argument was out of range of valid values."
static let ARG_OUT_OF_RANGE_ERROR2: String = "Argument was out of range of valid values."
static final String ARG_OUT_OF_RANGE_ERROR2 = "Argument was out of range of valid values."
Dim ARG_OUT_OF_RANGE_ERROR2 As String = "Argument was out of range of valid values."
COLLECTION_EMPTY
const COLLECTION_EMPTY: String = "Collection is empty";
const String COLLECTION_EMPTY = "Collection is empty"
static let COLLECTION_EMPTY: String = "Collection is empty"
static final String COLLECTION_EMPTY = "Collection is empty"
Dim COLLECTION_EMPTY As String = "Collection is empty"
FILE_EXISTS
const FILE_EXISTS: String = "File {0} already exists";
const String FILE_EXISTS = "File {0} already exists"
static let FILE_EXISTS: String = "File {0} already exists"
static final String FILE_EXISTS = "File {0} already exists"
Dim FILE_EXISTS As String = "File {0} already exists"
FILE_NOTFOUND
const FILE_NOTFOUND: String = "File {0} not found";
const String FILE_NOTFOUND = "File {0} not found"
static let FILE_NOTFOUND: String = "File {0} not found"
static final String FILE_NOTFOUND = "File {0} not found"
Dim FILE_NOTFOUND As String = "File {0} not found"
FILE_READ_ERROR
const FILE_READ_ERROR: String = "File {0} can not be read";
const String FILE_READ_ERROR = "File {0} can not be read"
static let FILE_READ_ERROR: String = "File {0} can not be read"
static final String FILE_READ_ERROR = "File {0} can not be read"
Dim FILE_READ_ERROR As String = "File {0} can not be read"
FILE_WRITE_ERROR
const FILE_WRITE_ERROR: String = "File {0} can not be written";
const String FILE_WRITE_ERROR = "File {0} can not be written"
static let FILE_WRITE_ERROR: String = "File {0} can not be written"
static final String FILE_WRITE_ERROR = "File {0} can not be written"
Dim FILE_WRITE_ERROR As String = "File {0} can not be written"
FOLDER_CREATE_ERROR
const FOLDER_CREATE_ERROR: String = "Unable to create folder {0}";
const String FOLDER_CREATE_ERROR = "Unable to create folder {0}"
static let FOLDER_CREATE_ERROR: String = "Unable to create folder {0}"
static final String FOLDER_CREATE_ERROR = "Unable to create folder {0}"
Dim FOLDER_CREATE_ERROR As String = "Unable to create folder {0}"
FOLDER_DELETE_ERROR
const FOLDER_DELETE_ERROR: String = "Unable to delete folder {0}";
const String FOLDER_DELETE_ERROR = "Unable to delete folder {0}"
static let FOLDER_DELETE_ERROR: String = "Unable to delete folder {0}"
static final String FOLDER_DELETE_ERROR = "Unable to delete folder {0}"
Dim FOLDER_DELETE_ERROR As String = "Unable to delete folder {0}"
FOLDER_EXISTS
const FOLDER_EXISTS: String = "Folder {0} already exists";
const String FOLDER_EXISTS = "Folder {0} already exists"
static let FOLDER_EXISTS: String = "Folder {0} already exists"
static final String FOLDER_EXISTS = "Folder {0} already exists"
Dim FOLDER_EXISTS As String = "Folder {0} already exists"
FOLDER_NOTFOUND
const FOLDER_NOTFOUND: String = "Folder {0} not found";
const String FOLDER_NOTFOUND = "Folder {0} not found"
static let FOLDER_NOTFOUND: String = "Folder {0} not found"
static final String FOLDER_NOTFOUND = "Folder {0} not found"
Dim FOLDER_NOTFOUND As String = "Folder {0} not found"
FORMAT_ERROR
const FORMAT_ERROR: String = "Input string was not in a correct format";
const String FORMAT_ERROR = "Input string was not in a correct format"
static let FORMAT_ERROR: String = "Input string was not in a correct format"
static final String FORMAT_ERROR = "Input string was not in a correct format"
Dim FORMAT_ERROR As String = "Input string was not in a correct format"
IO_RENAME_ERROR
const IO_RENAME_ERROR: String = "Unable to reanme {0} to {1}";
const String IO_RENAME_ERROR = "Unable to reanme {0} to {1}"
static let IO_RENAME_ERROR: String = "Unable to reanme {0} to {1}"
static final String IO_RENAME_ERROR = "Unable to reanme {0} to {1}"
Dim IO_RENAME_ERROR As String = "Unable to reanme {0} to {1}"
KEY_EXISTS
const KEY_EXISTS: String = "An element with the same key already exists in the dictionary";
const String KEY_EXISTS = "An element with the same key already exists in the dictionary"
static let KEY_EXISTS: String = "An element with the same key already exists in the dictionary"
static final String KEY_EXISTS = "An element with the same key already exists in the dictionary"
Dim KEY_EXISTS As String = "An element with the same key already exists in the dictionary"
KEY_NOTFOUND
const KEY_NOTFOUND: String = "Entry with specified key does not exist";
const String KEY_NOTFOUND = "Entry with specified key does not exist"
static let KEY_NOTFOUND: String = "Entry with specified key does not exist"
static final String KEY_NOTFOUND = "Entry with specified key does not exist"
Dim KEY_NOTFOUND As String = "Entry with specified key does not exist"
NEGATIVE_VALUE_ERROR
const NEGATIVE_VALUE_ERROR: String = "{0} can not be negative";
const String NEGATIVE_VALUE_ERROR = "{0} can not be negative"
static let NEGATIVE_VALUE_ERROR: String = "{0} can not be negative"
static final String NEGATIVE_VALUE_ERROR = "{0} can not be negative"
Dim NEGATIVE_VALUE_ERROR As String = "{0} can not be negative"
NOTSUPPORTED_ERROR
const NOTSUPPORTED_ERROR: String = "{0} is not supported on current platform";
const String NOTSUPPORTED_ERROR = "{0} is not supported on current platform"
static let NOTSUPPORTED_ERROR: String = "{0} is not supported on current platform"
static final String NOTSUPPORTED_ERROR = "{0} is not supported on current platform"
Dim NOTSUPPORTED_ERROR As String = "{0} is not supported on current platform"
OUT_OF_RANGE_ERROR
const OUT_OF_RANGE_ERROR: String = "Range ({0},{1}) exceeds data length {2}";
const String OUT_OF_RANGE_ERROR = "Range ({0},{1}) exceeds data length {2}"
static let OUT_OF_RANGE_ERROR: String = "Range ({0},{1}) exceeds data length {2}"
static final String OUT_OF_RANGE_ERROR = "Range ({0},{1}) exceeds data length {2}"
Dim OUT_OF_RANGE_ERROR As String = "Range ({0},{1}) exceeds data length {2}"
TYPE_RANGE_ERROR
const TYPE_RANGE_ERROR: String = "Specified value exceeds range of {0}";
const String TYPE_RANGE_ERROR = "Specified value exceeds range of {0}"
static let TYPE_RANGE_ERROR: String = "Specified value exceeds range of {0}"
static final String TYPE_RANGE_ERROR = "Specified value exceeds range of {0}"
Dim TYPE_RANGE_ERROR As String = "Specified value exceeds range of {0}"
constructor protected
constructor
RTLErrorMessages()
init()
RTLErrorMessages()
Sub New()