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.
Const 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
Const 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
Const 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.
Const 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.
Const 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
Const 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
Const 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
Const 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
Const 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
Const 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}
Const 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}
Const 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
Const 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
Const 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
Const 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}
Const 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
Const 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
Const 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
Const 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
Const 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}
Const 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}
Const 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.
Const 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
Const 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
Const 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.
Const 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.
Const 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
Const 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
Const 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
Const 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
Const 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
Const 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}
Const 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}
Const 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
Const 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
Const 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
Const 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}
Const 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
Const 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
Const 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
Const 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
Const 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}
Const 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}
Const TYPE_RANGE_ERROR As String = Specified value exceeds range of {0}
constructor protected
constructor
RTLErrorMessages()
init()
RTLErrorMessages()
Sub New()