public interface NlsBundleUtilCoreRoot extends NlsBundle
internationalized messages for this module.| Modifier and Type | Field and Description |
|---|---|
static String |
INF_AND |
static String |
INF_BOTTOM |
static String |
INF_BOTTOM_LEFT |
static String |
INF_BOTTOM_RIGHT |
static String |
INF_CENTER |
static String |
INF_EAST |
static String |
INF_EQUAL |
static String |
INF_GREATER_OR_EQUAL |
static String |
INF_GREATER_THAN |
static String |
INF_HORIZONTAL |
static String |
INF_LEFT |
static String |
INF_LESS_OR_EQUAL |
static String |
INF_LESS_THAN |
static String |
INF_NAND |
static String |
INF_NOR |
static String |
INF_NORTH |
static String |
INF_NORTH_EAST |
static String |
INF_NORTH_WEST |
static String |
INF_NOT_EQUAL |
static String |
INF_OR |
static String |
INF_RIGHT |
static String |
INF_SOUTH |
static String |
INF_SOUTH_EAST |
static String |
INF_SOUTH_WEST |
static String |
INF_TOP |
static String |
INF_TOP_LEFT |
static String |
INF_TOP_RIGHT |
static String |
INF_VERTICAL |
static String |
INF_WEST |
INTERFACE_NAME_SUFFIXstatic final String INF_SOUTH
infoSouth(),
Constant Field Valuesstatic final String INF_EAST
infoEast(),
Constant Field Valuesstatic final String INF_WEST
infoWest(),
Constant Field Valuesstatic final String INF_NORTH
infoNorth(),
Constant Field Valuesstatic final String INF_SOUTH_EAST
infoSouthEast(),
Constant Field Valuesstatic final String INF_SOUTH_WEST
infoSouthWest(),
Constant Field Valuesstatic final String INF_NORTH_EAST
infoNorthEast(),
Constant Field Valuesstatic final String INF_NORTH_WEST
infoNorthWest(),
Constant Field Valuesstatic final String INF_LEFT
infoLeft(),
Constant Field Valuesstatic final String INF_RIGHT
infoRight(),
Constant Field Valuesstatic final String INF_CENTER
infoCenter(),
Constant Field Valuesstatic final String INF_TOP
infoTop(),
Constant Field Valuesstatic final String INF_TOP_LEFT
infoTopLeft(),
Constant Field Valuesstatic final String INF_TOP_RIGHT
infoTopRight(),
Constant Field Valuesstatic final String INF_BOTTOM
infoBottom(),
Constant Field Valuesstatic final String INF_BOTTOM_LEFT
infoBottomLeft(),
Constant Field Valuesstatic final String INF_BOTTOM_RIGHT
infoBottomRight(),
Constant Field Valuesstatic final String INF_HORIZONTAL
infoHorizontal(),
Constant Field Valuesstatic final String INF_VERTICAL
infoVertical(),
Constant Field Valuesstatic final String INF_AND
infoAnd(),
Constant Field Valuesstatic final String INF_OR
infoOr(),
Constant Field Valuesstatic final String INF_NAND
infoNand(),
Constant Field Valuesstatic final String INF_NOR
infoNor(),
Constant Field Valuesstatic final String INF_GREATER_THAN
infoGreaterThan(),
Constant Field Valuesstatic final String INF_GREATER_OR_EQUAL
infoGreaterOrEqual(),
Constant Field Valuesstatic final String INF_EQUAL
infoEqual(),
Constant Field Valuesstatic final String INF_NOT_EQUAL
infoNotEqual(),
Constant Field Valuesstatic final String INF_LESS_THAN
infoLessThan(),
Constant Field Valuesstatic final String INF_LESS_OR_EQUAL
infoLessOrEqual(),
Constant Field ValuesNlsMessage infoLeft()
NlsMessageHorizontalAlignment.LEFTNlsMessage infoRight()
NlsMessageHorizontalAlignment.RIGHTNlsMessage infoCenter()
NlsMessageHorizontalAlignment.CENTERNlsMessage infoTop()
NlsMessageVerticalAlignment.TOPNlsMessage infoTopLeft()
NlsMessageAlignment.TOP_LEFTNlsMessage infoTopRight()
NlsMessageAlignment.TOP_RIGHTNlsMessage infoBottom()
NlsMessageVerticalAlignment.BOTTOMNlsMessage infoBottomLeft()
NlsMessageAlignment.BOTTOM_LEFTNlsMessage infoBottomRight()
NlsMessageAlignment.BOTTOM_RIGHTNlsMessage infoHorizontal()
NlsMessageOrientation.HORIZONTALNlsMessage infoVertical()
NlsMessageOrientation.VERTICALNlsMessage infoSouth()
NlsMessageDirection.SOUTHNlsMessage infoEast()
NlsMessageDirection.EASTNlsMessage infoWest()
NlsMessageDirection.WESTNlsMessage infoNorth()
NlsMessageDirection.NORTHNlsMessage infoSouthEast()
NlsMessageDirection.SOUTH_EASTNlsMessage infoSouthWest()
NlsMessageDirection.SOUTH_WESTNlsMessage infoNorthEast()
NlsMessageDirection.NORTH_EASTNlsMessage infoNorthWest()
NlsMessageDirection.NORTH_WESTNlsMessage infoAnd()
NlsMessageConjunction.ANDNlsMessage infoOr()
NlsMessageConjunction.ORNlsMessage infoNand()
NlsMessageConjunction.NANDNlsMessage infoNor()
NlsMessageConjunction.NORNlsMessage infoGreaterThan()
NlsMessageCompareOperator.GREATER_THANNlsMessage infoGreaterOrEqual()
NlsMessageCompareOperator.GREATER_OR_EQUALNlsMessage infoEqual()
NlsMessageCompareOperator.EQUALNlsMessage infoNotEqual()
NlsMessageCompareOperator.NOT_EQUALNlsMessage infoLessThan()
NlsMessageCompareOperator.LESS_THANNlsMessage infoLessOrEqual()
NlsMessageCompareOperator.LESS_OR_EQUALNlsMessage infoOk()
NlsMessage for the label "OK".NlsMessage infoYes()
NlsMessage for the text "Yes".NlsMessage infoNo()
NlsMessage for the text "No".NlsMessage infoUndefined()
NlsMessage for the text "Undefined".NlsMessage infoInformation()
NlsMessage for the text "Information".NlsMessage infoWarning()
NlsMessage for the text "Warning".NlsMessage infoError()
NlsMessage for the text "Error".NlsMessage infoConfirmation()
NlsMessage for the text "Confirmation".NlsMessage infoValidationFailure()
NlsMessage for the text "validation failure".NlsMessage errorValueWrongType(@Named(value="value") Object value, @Named(value="valueType") Object valueType, @Named(value="targetType") Object targetType, @Named(value="source") Object source)
value - is the invalid value.valueType - is the actual type of the value.targetType - is the expected type of the value.source - is the source of the value.NlsMessageWrongValueTypeExceptionNlsMessage errorValueNotSet(@Named(value="source") Object value)
value - is the invalid value.NlsMessageValueNotSetExceptionNlsMessage errorParseExpected(@Named(value="value") Object value, @Named(value="type") Object type)
value - is the invalid value.type - is the expected type.NlsMessageNlsParseExceptionNlsMessage errorParseType(@Named(value="value") Object value, @Named(value="type") Object type, @Named(value="source") Object source)
value - is the invalid value.type - is the expected type.source - is the source of the value.NlsMessageNlsParseExceptionNlsMessage errorParseFormat(@Named(value="value") Object value, @Named(value="format") Object format, @Named(value="type") Object type, @Named(value="source") Object source)
value - is the value that could NOT be parsed.format - is the expected format.type - is the target type for the value to parse.source - is the source of the value.NlsMessageNlsParseExceptionNlsMessage errorValueOutOfRange(@Named(value="value") Object value, @Named(value="min") Object min, @Named(value="max") Object max, @Named(value="source") Object source)
value - is the invalid value.min - is the minimum value.max - is the maximum value.source - is the source of the value or null if NOT available.NlsMessageValueOutOfRangeExceptionNlsMessage errorValueComparison(@Named(value="value") Object value, @Named(value="comparator") Object comparator, @Named(value="value2") Object value2)
value - is the invalid value.comparator - is the CompareOperator.value2 - is the value to compare to (second argument).NlsMessageValidatorCompareNlsMessage errorValueComparisonWithSource(@Named(value="value") Object value, @Named(value="comparator") Object comparator, @Named(value="value2") Object value2, @Named(value="source") Object source)
value - is the invalid value.comparator - is the CompareOperator.value2 - is the value to compare to (second argument).source - is the source of the value or null if NOT available.NlsMessageValidatorCompareNlsMessage errorValueConvert(@Named(value="value") Object value, @Named(value="type") Type type, @Named(value="source") Object source)
value - is the value that could NOT be converted.type - is the type to convert to.source - is the source of the value.NlsMessageValueConvertExceptionNlsMessage errorResourceMissing(@Named(value="resource") String resource)
resource - is the identifier (path, URL, etc.) of the missing resource.NlsMessageResourceMissingExceptionNlsMessage errorResourceAmbiguous(@Named(value="resource") String resource)
resource - is the identifier (path, URL, etc.) of the ambiguous resource.NlsMessageResourceAmbiguousExceptionNlsMessage errorResourceAmbiguousWithIds(@Named(value="resource") String resource, @Named(value="ids") String... ids)
resource - is the identifier (path, URL, class, etc.) of the missing resource.ids - are the IDs of the ambiguous resources.NlsMessageResourceAmbiguousExceptionNlsMessage errorAlreadyInitialized()
NlsMessageAlreadyInitializedExceptionNlsMessage errorNotInitialized()
NlsMessageNotInitializedExceptionNlsMessage errorIllegalArgument(@Named(value="value") Object value)
value - is the illegal value of the argument.NlsMessageNlsIllegalArgumentExceptionNlsMessage errorIllegalArgumentWithName(@Named(value="value") Object value, @Named(value="name") String name)
value - is the illegal value of the argument.name - is the name of the argument.NlsMessageNlsIllegalArgumentExceptionNlsMessage errorIllegalDate(@Named(value="value") String value)
value - is the illegal date String.NlsMessageIllegalDateFormatExceptionNlsMessage errorNumberConversion(@Named(value="value") Object value, @Named(value="type") Object type)
value - is the value that could NOT be converted.type - is the type the value should be converted to.NlsMessageNumberConversionExceptionNlsMessage errorIo()
NlsMessageRuntimeIoExceptionNlsMessage errorIoRead()
NlsMessageRuntimeIoExceptionNlsMessage errorIoWrite()
NlsMessageRuntimeIoExceptionNlsMessage errorIoClose()
NlsMessageRuntimeIoExceptionNlsMessage errorIoFlush()
NlsMessageRuntimeIoExceptionNlsMessage errorIoCopy()
NlsMessageRuntimeIoExceptionNlsMessage errorArgumentNull(@Named(value="object") Object object)
object - is the name of the object that is null.NlsMessageNlsNullPointerExceptionNlsMessage errorTechnical()
NlsMessageTechnicalErrorUserExceptionNlsMessage errorValidation()
NlsMessageValidationErrorUserExceptionNlsMessage errorSecurityRestriction()
NlsMessageSecurityErrorUserExceptionNlsMessage errorDuplicateObject(@Named(value="object") Object object)
object - is the duplicate object.NlsMessageDuplicateObjectExceptionNlsMessage errorDuplicateObjectWithKey(@Named(value="object") Object object, @Named(value="key") Object key)
object - is the duplicate object.key - is the key associated with the object (e.g. in a Map).NlsMessageDuplicateObjectExceptionNlsMessage errorDuplicateObjectWithKeyAndExisting(@Named(value="object") Object object, @Named(value="key") Object key, @Named(value="existing") Object existing)
object - is the duplicate object.key - is the key associated with the object (e.g. in a Map).existing - is the object already associated with the given key.NlsMessageDuplicateObjectExceptionNlsMessage errorObjectMismatch(@Named(value="object") Object object, @Named(value="expected") Object expected, @Named(value="source") Object source, @Named(value="property") Object property)
object - is the mismatching object.expected - is the expected object (e.g. type).source - is the source of the mismatching object or null if unknown.property - is the property holding the mismatching object or null if undefined.NlsMessageObjectMismatchExceptionNlsMessage errorObjectNotFound(@Named(value="object") Object object, @Named(value="key") Object key)
object - describes the missing object (e.g. the expected type).key - is the key associated with the object (e.g. in a Map).NlsMessageObjectNotFoundExceptionNlsMessage errorIllegalState()
NlsMessageNlsIllegalStateExceptionNlsMessage errorComposed(@Named(value="error") Object error)
error - the error.NlsMessageComposedExceptionNlsMessage errorIllegalCase(@Named(value="case") Object illegalCase)
illegalCase - is the illegal case.NlsMessageIllegalCaseExceptionNlsMessage errorUnsupportedOperation()
NlsMessageNlsUnsupportedOperationExceptionNlsMessage errorUnsupportedOperationWithName(@Named(value="operation") Object operation, @Named(value="source") Object source)
operation - is the unsupported operation.source - is the source object that does not support the operation.NlsMessageNlsUnsupportedOperationExceptionNlsMessage errorTypeIllegalWildcard(@Named(value="sequence") Object sequence)
sequence - is the illegal sequence that was used in a wildcard-type.NlsMessageIllegalWildcardSequenceExceptionNlsMessage errorAnnotationNotRuntime(@Named(value="annotation") Object annotation)
annotation - is the invalid Annotation.NlsMessageAnnotationNotRuntimeExceptionNlsMessage errorAnnotationNotForTarget(@Named(value="annotation") Object annotation, @Named(value="target") Object target)
annotation - is the invalid Annotation.target - is the expected ElementType.NlsMessageAnnotationNotForTargetExceptionNlsMessage errorTypeNotFound(@Named(value="type") Object type)
type - is the missing Type.NlsMessageTypeNotFoundExceptionNlsMessage errorIncreaseExceedsMaxGrowth(@Named(value="size") int size, @Named(value="max") int max)
size - is the size to increase.max - is the maximum allowed increase.NlsMessageContainerGrowthExceptionNlsMessage errorUnknownCollectionInterface(@Named(value="type") Object type)
type - is the Class reflecting the unknown collection.NlsMessageUnknownCollectionInterfaceExceptionNlsMessage errorInstantiationFailed(@Named(value="type") Object type)
type - is the Type that could NOT be instantiated.NlsMessageInstantiationFailedExceptionNlsMessage errorInvocationFailed()
NlsMessageInvocationFailedExceptionNlsMessage errorInvocationFailedOf(@Named(value="operation") Object operation)
operation - is the operation that failed.NlsMessageInvocationFailedExceptionNlsMessage errorInvocationFailedOn(@Named(value="object") Object object, @Named(value="accessible") Object accessible)
object - is the object on which the invocation failed.accessible - is the method or field that was invoked.NlsMessageInvocationFailedExceptionNlsMessage errorAccessFailed(@Named(value="accessible") Object accessible)
accessible - is the method, constructor or field that could not be accessed.NlsMessageAccessFailedExceptionNlsMessage errorNlsChoiceNoElse()
NlsMessageNlsFormatterChoiceNoElseConditionExceptionNlsMessage errorNlsChoiceOnlyElse()
NlsMessageNlsFormatterChoiceOnlyElseConditionExceptionNlsMessage errorXmlInvalid(@Named(value="source") Object source)
source - is the source of the XML or null if unknown.NlsMessageXmlInvalidExceptionNlsMessage errorNodeCycle(@Named(value="cycle") Object cycle, @Named(value="type") Object type)
cycle - the NodeCycle.type - the type of the nodes.NlsMessageNodeCycleExceptionNlsMessage errorReadOnly(@Named(value="object") Object object, @Named(value="attribute") Object attribute)
object - is the object that is read-only and can not be modified.attribute - is the attribute that is read-only or null for the entire object.NlsMessageReadOnlyExceptionNlsMessage errorPojoPropertyNotFound(@Named(value="property") Object property, @Named(value="type") Object type)
property - is the property that was not found (typically the name of the property).type - is the type that was expected to contain the property.NlsMessagePojoPropertyNotFoundExceptionNlsMessage errorPojoPropertyNotAccessible(@Named(value="property") Object property, @Named(value="type") Object type, @Named(value="mode") Object mode)
property - is the property that could not be accessed (typically the name of the property).type - is the type containing the property.mode - is the mode of access.NlsMessagePojoPropertyNotFoundExceptionNlsMessage errorPojoPathUnsafe(@Named(value="path") String path, @Named(value="type") Object type)
path - is the PojoPath.type - is the current type for which the path is unsafe.NlsMessagePojoPathUnsafeExceptionNlsMessage errorPojoPathSegmentIsNull(@Named(value="path") String path, @Named(value="object") Object object)
path - is the PojoPath.object - is the initial Object the path was invoked on resulting null.NlsMessagePojoPathSegmentIsNullExceptionNlsMessage errorPojoPathCreation(@Named(value="path") String path, @Named(value="object") Object object)
path - is the PojoPath.object - is the current object at the path.NlsMessagePojoPathCreationExceptionNlsMessage errorPojoPathAccess(@Named(value="path") String path, @Named(value="type") Object type)
path - is the PojoPath.type - is the current type that does not support the path.NlsMessagePojoPathAccessExceptionNlsMessage errorPojoPathIllegal(@Named(value="path") String path)
path - is the PojoPath.NlsMessageIllegalPojoPathExceptionNlsMessage errorPojoPathCachingDisabled(@Named(value="path") String path)
path - is the PojoPath.NlsMessagePojoPathCachingDisabledExceptionNlsMessage errorPojoPathConversion(@Named(value="path") String path, @Named(value="type") Object type, @Named(value="targetType") Object targetType)
path - is the PojoPath.type - is the actual type.targetType - is the type to convert to.NlsMessagePojoPathConversionExceptionNlsMessage errorCast(@Named(value="object") Object object, @Named(value="source") Type source, @Named(value="target") Type target)
object - is the object that should be cased.source - is the actual type of the object.target - is the type the object should be casted to.NlsMessageNlsClassCastExceptionNlsMessage errorObjectDisposed(@Named(value="object") Object object)
object - is the disposed object.NlsMessageObjectDisposedExceptionNlsMessage errorMandatory()
NlsMessage.NlsMessage errorSearchTimeout()
NlsMessageSearchTimeoutExceptionNlsMessage errorValueNotInPast(@Named(value="value") Date value)
value - is the invalid value.NlsMessage.NlsMessage errorValueNotInFuture(@Named(value="value") Date value)
value - is the invalid value.NlsMessage.Copyright © 2001–2015 mmm-Team. All rights reserved.