public interface NlsBundleUtilPojoRoot extends NlsBundle
internationalized messages
for this module.INTERFACE_NAME_SUFFIX
Modifier and Type | Method and Description |
---|---|
NlsMessage |
errorPojoPathAccess(String path,
Object type) |
NlsMessage |
errorPojoPathCachingDisabled(String path) |
NlsMessage |
errorPojoPathConversion(String path,
Object type,
Object targetType) |
NlsMessage |
errorPojoPathCreation(String path,
Object object) |
NlsMessage |
errorPojoPathIllegal(String path) |
NlsMessage |
errorPojoPathSegmentIsNull(String path,
Object object) |
NlsMessage |
errorPojoPathUnsafe(String path,
Object type) |
NlsMessage |
errorPojoPropertyNotAccessible(Object property,
Object type,
Object mode) |
NlsMessage |
errorPojoPropertyNotFound(Object property,
Object type) |
NlsMessage 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.NlsMessage
PojoPropertyNotFoundException
NlsMessage 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.NlsMessage
PojoPropertyNotFoundException
NlsMessage 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.NlsMessage
PojoPathUnsafeException
NlsMessage 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.NlsMessage
PojoPathSegmentIsNullException
NlsMessage errorPojoPathCreation(@Named(value="path") String path, @Named(value="object") Object object)
path
- is the PojoPath
.object
- is the current object at the path.NlsMessage
PojoPathCreationException
NlsMessage 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.NlsMessage
PojoPathAccessException
NlsMessage errorPojoPathIllegal(@Named(value="path") String path)
path
- is the PojoPath
.NlsMessage
IllegalPojoPathException
NlsMessage errorPojoPathCachingDisabled(@Named(value="path") String path)
path
- is the PojoPath
.NlsMessage
PojoPathCachingDisabledException
NlsMessage 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.NlsMessage
PojoPathConversionException
Copyright © 2001–2016 mmm-Team. All rights reserved.