public class FoundationMessages
extends CoreMessages
Constructor and Description |
---|
FoundationMessages() |
Modifier and Type | Method and Description |
---|---|
static String |
columnCountMismatchInLocalFileDataset(int metadataColumnCount,
int statsColumnCount) |
static String |
dataLoadingNotStarted() |
static String |
fieldTypeNotSupportedByRecordSerializationTool(String fieldType) |
static String |
fileIndexOutOfBound(long fileIndex,
long endFileIndex) |
static String |
fileNotFound(String file) |
static String |
indexOutOfBound(long index,
long endIndex) |
static String |
invalidOffsetOrCount(long offset,
long count,
long total) |
static String |
negativeValue(String fieldName,
Number value) |
static String |
noDataMappingTargetFields(String dataMappingName) |
static String |
noFieldSet(String fieldName) |
static String |
positiveScale(Number value) |
static String |
precisionNotLessThanAbsScale(Integer precision,
Integer scaleMagnitude) |
static String |
schemaMismatch(String objectName,
String expectedSchemaName,
String actualSchemaName) |
static String |
sizeMismatch(String fieldName1,
String fieldName2,
int length1,
int length2) |
static String |
unsupportedOperation(String operationName) |
static String |
variableNameIsReserved(String variableName) |
public static String sizeMismatch(String fieldName1, String fieldName2, int length1, int length2)
public static String fieldTypeNotSupportedByRecordSerializationTool(String fieldType)
public static String schemaMismatch(String objectName, String expectedSchemaName, String actualSchemaName)
public static String precisionNotLessThanAbsScale(Integer precision, Integer scaleMagnitude)
public static String invalidOffsetOrCount(long offset, long count, long total)
public static String dataLoadingNotStarted()
public static String columnCountMismatchInLocalFileDataset(int metadataColumnCount, int statsColumnCount)
public static String indexOutOfBound(long index, long endIndex)
public static String fileIndexOutOfBound(long fileIndex, long endFileIndex)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.