public interface NlsBundleUtilReflectRoot extends NlsBundle
internationalized messages
for this module.INTERFACE_NAME_SUFFIX
Modifier and Type | Method and Description |
---|---|
NlsMessage |
errorAccessFailed(Object accessible) |
NlsMessage |
errorAnnotationNotForTarget(Object annotation,
Object target) |
NlsMessage |
errorAnnotationNotRuntime(Object annotation) |
NlsMessage |
errorIncreaseExceedsMaxGrowth(int size,
int max) |
NlsMessage |
errorInstantiationFailed(Object type) |
NlsMessage |
errorInvocationFailed(Object accessible,
Object object) |
NlsMessage |
errorTypeIllegalWildcard(Object sequence) |
NlsMessage |
errorTypeNotFound(Object type) |
NlsMessage |
errorUnknownCollectionInterface(Object type) |
NlsMessage errorTypeIllegalWildcard(@Named(value="sequence") Object sequence)
sequence
- is the illegal sequence that was used in a wildcard-type.NlsMessage
IllegalWildcardSequenceException
NlsMessage errorAnnotationNotRuntime(@Named(value="annotation") Object annotation)
annotation
- is the invalid Annotation
.NlsMessage
AnnotationNotRuntimeException
NlsMessage errorAnnotationNotForTarget(@Named(value="annotation") Object annotation, @Named(value="target") Object target)
annotation
- is the invalid Annotation
.target
- is the expected ElementType
.NlsMessage
AnnotationNotForTargetException
NlsMessage errorTypeNotFound(@Named(value="type") Object type)
type
- is the missing Type
.NlsMessage
TypeNotFoundException
NlsMessage errorIncreaseExceedsMaxGrowth(@Named(value="size") int size, @Named(value="max") int max)
size
- is the size to increase.max
- is the maximum allowed increase.NlsMessage
ContainerGrowthException
NlsMessage errorUnknownCollectionInterface(@Named(value="type") Object type)
type
- is the Class
reflecting the unknown collection.NlsMessage
UnknownCollectionInterfaceException
NlsMessage errorInstantiationFailed(@Named(value="type") Object type)
type
- is the Type
that could NOT be instantiated.NlsMessage
InstantiationFailedException
NlsMessage errorInvocationFailed(@Named(value="accessible") Object accessible, @Named(value="object") Object object)
accessible
- is the method or field that was invoked.object
- is the object on which the invocation failed.NlsMessage
InvocationFailedException
NlsMessage errorAccessFailed(@Named(value="accessible") Object accessible)
accessible
- is the method, constructor or field that could not be accessed.NlsMessage
AccessFailedException
Copyright © 2001–2016 mmm-Team. All rights reserved.