Package | Description |
---|---|
net.sf.mmm.client.ui |
Contains the bundle for Client UI.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
net.sf.mmm.search |
Provides full-text search that can be easily integrated into any application.
|
net.sf.mmm.search.api |
Provides the API of the common search infrastructure.
|
net.sf.mmm.search.engine.base |
Contains the base-implementation of search-engine.
|
net.sf.mmm.util |
Top-level package of the utilities.
|
net.sf.mmm.util.cli |
Top-level package of the utilities for building a command-line-interface.
|
net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.component | |
net.sf.mmm.util.exception | |
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
net.sf.mmm.util.file | |
net.sf.mmm.util.io | |
net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
net.sf.mmm.util.nls.impl |
Provides the GWT compatible implementations for this package.
|
net.sf.mmm.util.pojo | |
net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath . |
net.sf.mmm.util.reflect | |
net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
net.sf.mmm.util.resource |
Top-level package of the utilities for resources.
|
net.sf.mmm.util.search | |
net.sf.mmm.util.validation | |
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
net.sf.mmm.util.validation.base.text | |
net.sf.mmm.util.validation.base.time | |
net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
net.sf.mmm.util.xml.path.api |
Modifier and Type | Method and Description |
---|---|
protected UiWidgetButton |
AbstractUiSingleWidgetButtonFactory.createButton(UiContext context,
NlsMessage label,
UiHandlerEventClick handler,
NlsMessage tooltip,
String style)
Creates a new
UiWidgetButton . |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleSearchRoot.errorAddFailed(Object entry)
net.sf.mmm.search.indexer.base.SearchAddFailedException . |
NlsMessage |
NlsBundleSearchRoot.errorIdImmutable()
net.sf.mmm.search.indexer.base.SearchEntryIdImmutableException . |
NlsMessage |
NlsBundleSearchRoot.errorQueryParse(String query) |
NlsMessage |
NlsBundleSearchRoot.errorRemoveFailed(String property,
String value)
net.sf.mmm.search.indexer.base.SearchRemoveFailedException . |
NlsMessage |
NlsBundleSearchRoot.errorUpdateMissingId()
net.sf.mmm.search.indexer.base.SearchUpdateMissingIdException . |
NlsMessage |
NlsBundleSearchRoot.infoAny() |
NlsMessage |
NlsBundleSearchRoot.infoCreator() |
NlsMessage |
NlsBundleSearchRoot.infoCustomId() |
NlsMessage |
NlsBundleSearchRoot.infoField() |
NlsMessage |
NlsBundleSearchRoot.infoFirst() |
NlsMessage |
NlsBundleSearchRoot.infoIdentifier() |
NlsMessage |
NlsBundleSearchRoot.infoKeywords() |
NlsMessage |
NlsBundleSearchRoot.infoLanguage() |
NlsMessage |
NlsBundleSearchRoot.infoLast() |
NlsMessage |
NlsBundleSearchRoot.infoNext() |
NlsMessage |
NlsBundleSearchRoot.infoPrevious() |
NlsMessage |
NlsBundleSearchRoot.infoSize() |
NlsMessage |
NlsBundleSearchRoot.infoSource() |
NlsMessage |
NlsBundleSearchRoot.infoText() |
NlsMessage |
NlsBundleSearchRoot.infoTitle() |
NlsMessage |
NlsBundleSearchRoot.infoType() |
NlsMessage |
NlsBundleSearchRoot.infoUri() |
NlsMessage |
NlsBundleSearchRoot.infoValue() |
NlsMessage |
NlsBundleSearchRoot.labelAdvanced() |
NlsMessage |
NlsBundleSearchRoot.labelLastRefresh() |
NlsMessage |
NlsBundleSearchRoot.labelQuery() |
NlsMessage |
NlsBundleSearchRoot.labelSearch() |
NlsMessage |
NlsBundleSearchRoot.msgBackToSearch(String uri)
Markup text to return back to search.
|
NlsMessage |
NlsBundleSearchRoot.msgError()
Message if an error has occurred.
|
NlsMessage |
NlsBundleSearchRoot.msgErrorNoHit(String uri)
Message for query that produced no hit.
|
NlsMessage |
NlsBundleSearchRoot.msgHitDetails(String uri,
String title)
Markup text for the details of a hit.
|
NlsMessage |
NlsBundleSearchRoot.msgNoHits(String query)
Message for query that produced no hit.
|
NlsMessage |
NlsBundleSearchRoot.msgNoHitsHint()
Message for query that produced no hit.
|
NlsMessage |
NlsBundleSearchRoot.msgRefreshNoChange()
Message if refresh caused no change.
|
NlsMessage |
NlsBundleSearchRoot.msgRefreshSuccess()
Message after successful refresh.
|
NlsMessage |
NlsBundleSearchRoot.msgResultRange(Number start,
Number end,
Number size,
String query)
Message for hits of search-page.
|
NlsMessage |
NlsBundleSearchRoot.tooltipRefresh()
Tooltip for refresh.
|
Constructor and Description |
---|
SearchException(NlsMessage message)
The constructor.
|
SearchException(Throwable nested,
NlsMessage message)
The constructor.
|
Constructor and Description |
---|
SearchQueryParseException(NlsMessage message)
The constructor.
|
SearchQueryParseException(Throwable nested,
NlsMessage message)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilCoreRoot.errorIllegalDate(String value) |
NlsMessage |
NlsBundleUtilCoreRoot.errorNlsChoiceNoElse() |
NlsMessage |
NlsBundleUtilCoreRoot.errorNlsChoiceOnlyElse() |
NlsMessage |
NlsBundleUtilCoreRoot.errorNodeCycle(Object cycle,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorNumberConversion(Object value,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorSecurityRestriction() |
NlsMessage |
NlsBundleUtilCoreRoot.errorXmlInvalid(Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.infoAnd() |
NlsMessage |
NlsBundleUtilCoreRoot.infoBottom() |
NlsMessage |
NlsBundleUtilCoreRoot.infoBottomLeft() |
NlsMessage |
NlsBundleUtilCoreRoot.infoBottomRight() |
NlsMessage |
NlsBundleUtilCoreRoot.infoCenter() |
NlsMessage |
NlsBundleUtilCoreRoot.infoConfirmation() |
NlsMessage |
NlsBundleUtilCoreRoot.infoEast() |
NlsMessage |
NlsBundleUtilCoreRoot.infoEqual() |
NlsMessage |
NlsBundleUtilCoreRoot.infoError() |
NlsMessage |
NlsBundleUtilCoreRoot.infoGreaterOrEqual() |
NlsMessage |
NlsBundleUtilCoreRoot.infoGreaterThan() |
NlsMessage |
NlsBundleUtilCoreRoot.infoHorizontal() |
NlsMessage |
NlsBundleUtilCoreRoot.infoInformation() |
NlsMessage |
NlsBundleUtilCoreRoot.infoLeft() |
NlsMessage |
NlsBundleUtilCoreRoot.infoLessOrEqual() |
NlsMessage |
NlsBundleUtilCoreRoot.infoLessThan() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNand() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNo() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNor() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNorth() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNorthEast() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNorthWest() |
NlsMessage |
NlsBundleUtilCoreRoot.infoNotEqual() |
NlsMessage |
NlsBundleUtilCoreRoot.infoOk() |
NlsMessage |
NlsBundleUtilCoreRoot.infoOr() |
NlsMessage |
NlsBundleUtilCoreRoot.infoRight() |
NlsMessage |
NlsBundleUtilCoreRoot.infoSouth() |
NlsMessage |
NlsBundleUtilCoreRoot.infoSouthEast() |
NlsMessage |
NlsBundleUtilCoreRoot.infoSouthWest() |
NlsMessage |
NlsBundleUtilCoreRoot.infoTop() |
NlsMessage |
NlsBundleUtilCoreRoot.infoTopLeft() |
NlsMessage |
NlsBundleUtilCoreRoot.infoTopRight() |
NlsMessage |
NlsBundleUtilCoreRoot.infoUndefined() |
NlsMessage |
NlsBundleUtilCoreRoot.infoValidationFailure() |
NlsMessage |
NlsBundleUtilCoreRoot.infoVertical() |
NlsMessage |
NlsBundleUtilCoreRoot.infoWarning() |
NlsMessage |
NlsBundleUtilCoreRoot.infoWest() |
NlsMessage |
NlsBundleUtilCoreRoot.infoYes() |
Constructor and Description |
---|
CliException(NlsMessage message)
The constructor.
|
CliException(Throwable nested,
NlsMessage message)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractCliParser.CliHelpWriter.printMessage(NlsMessage message)
Prints the given
NlsMessage for the proper Locale . |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilComponentRoot.errorAlreadyInitialized() |
NlsMessage |
NlsBundleUtilComponentRoot.errorNotInitialized() |
NlsMessage |
NlsBundleUtilComponentRoot.errorResourceAmbiguous(String resource) |
NlsMessage |
NlsBundleUtilComponentRoot.errorResourceAmbiguousWithIds(String resource,
String... ids) |
NlsMessage |
NlsBundleUtilComponentRoot.errorResourceMissing(String resource) |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilExceptionRoot.errorArgumentNull(Object object) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorCast(Object object,
Type source,
Type target) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorComposed(Object error) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorDuplicateObject(Object object) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorDuplicateObjectWithKey(Object object,
Object key) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorDuplicateObjectWithKeyAndExisting(Object object,
Object key,
Object existing) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorIllegalArgument(Object value) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorIllegalArgumentWithName(Object value,
String name) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorIllegalCase(Object illegalCase) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorIllegalState() |
NlsMessage |
NlsBundleUtilExceptionRoot.errorObjectDisposed(Object object) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorObjectMismatch(Object object,
Object expected,
Object source,
Object property) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorObjectNotFound(Object object,
Object key) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorOptimisticLocking(Object entity,
Object id) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorParseExpected(Object value,
Object type) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorParseFormat(Object value,
Object format,
Object type,
Object source) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorParseType(Object value,
Object type,
Object source) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorReadOnly(Object object,
Object attribute) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorTechnical() |
NlsMessage |
NlsBundleUtilExceptionRoot.errorUnsupportedOperation() |
NlsMessage |
NlsBundleUtilExceptionRoot.errorUnsupportedOperationWithName(Object operation,
Object source) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorValidation() |
NlsMessage |
NlsBundleUtilExceptionRoot.errorValueConvert(Object value,
Type type,
Object source) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorValueNotSet(Object value) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorValueOutOfRange(Object value,
Object min,
Object max,
Object source) |
NlsMessage |
NlsBundleUtilExceptionRoot.errorValueWrongType(Object value,
Object valueType,
Object targetType,
Object source) |
Modifier and Type | Class and Description |
---|---|
class |
GenericSerializableException
This is a very specific exception that allows sending of any
Throwable via a remote service. |
Modifier and Type | Field and Description |
---|---|
private NlsMessage |
NlsRuntimeException.nlsMessage
the internationalized message
|
private NlsMessage |
NlsException.nlsMessage
the internationalized message
|
Modifier and Type | Method and Description |
---|---|
static <V> NlsMessage |
ValueOutOfRangeException.createMessage(V value,
V minimum,
V maximum,
Object valueSource)
|
private static NlsMessage |
ComposedException.createSubMessage(Object[] errors)
This method creates the
NlsMessage wrapping the given errors . |
NlsMessage |
NlsThrowable.getNlsMessage()
This method gets the
NlsMessage describing the problem. |
NlsMessage |
NlsRuntimeException.getNlsMessage() |
NlsMessage |
NlsException.getNlsMessage() |
NlsMessage |
GenericSerializableException.getNlsMessage() |
NlsMessage |
NlsRuntimeException.toNlsMessage() |
NlsMessage |
NlsException.toNlsMessage() |
NlsMessage |
GenericSerializableException.toNlsMessage() |
Constructor and Description |
---|
BusinessErrorUserException(NlsMessage message)
The constructor.
|
BusinessErrorUserException(NlsMessage message,
Throwable cause)
The constructor.
|
NlsException(NlsMessage message)
The constructor.
|
NlsException(Throwable nested,
NlsMessage message)
The constructor.
|
NlsRuntimeException(NlsMessage message)
The constructor.
|
NlsRuntimeException(Throwable cause,
NlsMessage message)
The constructor.
|
TechnicalErrorUserException(Throwable nested,
NlsMessage message)
The constructor for the very special case that you want to define a custom message.
|
ValueException(NlsMessage message)
The constructor.
|
ValueException(Throwable nested,
NlsMessage message)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilFileRoot.errorFileAlreadyExists(String file,
boolean directory) |
NlsMessage |
NlsBundleUtilFileRoot.errorFileAttributeModificationFailed(String file,
boolean directory) |
NlsMessage |
NlsBundleUtilFileRoot.errorFileCreationFailed(String file,
boolean directory) |
NlsMessage |
NlsBundleUtilFileRoot.errorFileDeletionFailed(String file,
boolean directory) |
NlsMessage |
NlsBundleUtilFileRoot.errorFileNotExists(String file,
boolean directory) |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilIoRoot.errorBufferLengthExceed(int length,
int capacity)
net.sf.mmm.util.io.api.BufferExceedException |
NlsMessage |
NlsBundleUtilIoRoot.errorIo() |
NlsMessage |
NlsBundleUtilIoRoot.errorIoClose() |
NlsMessage |
NlsBundleUtilIoRoot.errorIoCopy() |
NlsMessage |
NlsBundleUtilIoRoot.errorIoFlush() |
NlsMessage |
NlsBundleUtilIoRoot.errorIoRead() |
NlsMessage |
NlsBundleUtilIoRoot.errorIoWrite() |
NlsMessage |
NlsBundleUtilIoRoot.errorStreamClosed()
net.sf.mmm.util.io.api.StreamClosedException |
Modifier and Type | Method and Description |
---|---|
private static NlsMessage |
RuntimeIoException.getMessage(IoMode mode)
This method gets the
message according to
the given mode . |
Constructor and Description |
---|
RuntimeIoException(NlsMessage message)
The constructor.
|
RuntimeIoException(Throwable nested,
NlsMessage message)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private NlsMessage |
AbstractMessage.message |
Modifier and Type | Method and Description |
---|---|
protected String |
BooleanFormatter.formatMessage(NlsMessage message) |
Constructor and Description |
---|
AbstractErrorMessage(String code,
Object source,
NlsMessage message,
UUID uuid,
String details,
boolean technical)
The constructor.
|
AbstractMessage(String code,
Object source,
NlsMessage message,
UUID uuid,
String details)
The constructor.
|
ErrorMessage(String code,
Object source,
NlsMessage message,
UUID uuid,
String details,
boolean technical)
The constructor.
|
InformationMessage(String code,
Object source,
NlsMessage message)
The constructor.
|
InformationMessage(String code,
Object source,
NlsMessage message,
UUID uuid,
String details)
The constructor.
|
WarningMessage(String code,
Object source,
NlsMessage message)
The constructor.
|
WarningMessage(String code,
Object source,
NlsMessage message,
UUID uuid,
String details)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsMessageFactory.create(NlsTemplate template)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
Object... messageArguments)
Deprecated.
use
NlsMessageFactory.create(NlsTemplate, Map) instead. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
Object... messageArguments)
Deprecated.
use
NlsMessageFactory.create(String, Map) instead. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.createDirect(String bundleName,
String key)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactory.createDirect(String bundleName,
String key,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageLookup.getMessage(String key,
Map<String,Object> nlsArguments)
|
NlsMessage |
NlsBundleWithLookup.getMessage(String methodName,
Map<String,Object> nlsArguments)
|
NlsMessage |
NlsObject.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNlsMessage
This is the abstract base implementation of
NlsMessage . |
class |
BasicNlsMessage
This is the abstract implementation of
NlsMessage with the basic features. |
class |
ComposedNlsMessage
This is an implementation of
NlsMessage for composing other objects or messages. |
class |
NlsMessagePlain
This is a dummy implementation of
NlsMessage that only returns the message given at
construction and never has any arguments . |
Modifier and Type | Field and Description |
---|---|
private Map<String,NlsMessage> |
NlsCachingLocalizer.messagesMap
|
Modifier and Type | Method and Description |
---|---|
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template) |
NlsMessage |
AbstractNlsMessageFactoryImpl.create(NlsTemplate template,
Map<String,Object> messageArguments) |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
Object... messageArguments) |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1) |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2) |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3) |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4) |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage) |
NlsMessage |
AbstractNlsMessageFactoryImpl.create(String internationalizedMessage,
Map<String,Object> messageArguments) |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
Object... messageArguments) |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1) |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2) |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3) |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4) |
NlsMessage |
AbstractNlsMessageFactory.createDirect(String bundleName,
String key) |
NlsMessage |
NlsMessageFactoryImpl.createDirect(String bundleName,
String key,
Map<String,Object> messageArguments) |
NlsMessage |
NlsMessageLookupProxy.getMessage(String key,
Map<String,Object> nlsArguments) |
NlsMessage |
NlsMessageLookupNone.getMessage(String key,
Map<String,Object> nlsArguments) |
NlsMessage |
NlsMessagePlain.toNlsMessage() |
NlsMessage |
AbstractNlsMessage.toNlsMessage() |
Modifier and Type | Method and Description |
---|---|
void |
NlsWriter.print(NlsMessage message)
This method writes an
NlsMessage . |
Modifier and Type | Class and Description |
---|---|
class |
NlsMessageImpl
This is the implementation of
NlsMessage . |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsMessageImpl.toNlsMessage() |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathAccess(String path,
Object type) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathCachingDisabled(String path) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathConversion(String path,
Object type,
Object targetType) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathCreation(String path,
Object object) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathIllegal(String path) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathSegmentIsNull(String path,
Object object) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPathUnsafe(String path,
Object type) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPropertyNotAccessible(Object property,
Object type,
Object mode) |
NlsMessage |
NlsBundleUtilPojoRoot.errorPojoPropertyNotFound(Object property,
Object type) |
Constructor and Description |
---|
PojoPathException(NlsMessage message)
The constructor.
|
PojoPathException(Throwable nested,
NlsMessage message)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilReflectRoot.errorAccessFailed(Object accessible) |
NlsMessage |
NlsBundleUtilReflectRoot.errorAnnotationNotForTarget(Object annotation,
Object target) |
NlsMessage |
NlsBundleUtilReflectRoot.errorAnnotationNotRuntime(Object annotation) |
NlsMessage |
NlsBundleUtilReflectRoot.errorIncreaseExceedsMaxGrowth(int size,
int max) |
NlsMessage |
NlsBundleUtilReflectRoot.errorInstantiationFailed(Object type) |
NlsMessage |
NlsBundleUtilReflectRoot.errorInvocationFailed(Object accessible,
Object object) |
NlsMessage |
NlsBundleUtilReflectRoot.errorTypeIllegalWildcard(Object sequence) |
NlsMessage |
NlsBundleUtilReflectRoot.errorTypeNotFound(Object type) |
NlsMessage |
NlsBundleUtilReflectRoot.errorUnknownCollectionInterface(Object type) |
Constructor and Description |
---|
ReflectionException(NlsMessage message)
The constructor.
|
ReflectionException(Throwable nested,
NlsMessage message)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilResourceRoot.errorResourceNotAvailable(Object resource) |
NlsMessage |
NlsBundleUtilResourceRoot.errorResourceNotWritable(Object resource) |
NlsMessage |
NlsBundleUtilResourceRoot.errorResourceUndefinedUri(Object uri) |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilSearchRoot.errorSearchTimeout() |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
NlsBundleUtilValidationRoot.errorMandatory() |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueComparison(Object value,
Object comparator,
Object value2) |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueComparisonWithSource(Object value,
Object comparator,
Object value2,
Object source) |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueFormat(Object value,
Object format) |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueNotAfter(Object value,
Object other) |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueNotBefore(Object value,
Object other) |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueNotInFuture(Object value) |
NlsMessage |
NlsBundleUtilValidationRoot.errorValueNotInPast(Object value) |
Modifier and Type | Method and Description |
---|---|
private NlsMessage |
ValidatorMandatory.getFailureMessage() |
protected NlsMessage |
ValidatorDatePast.validateNotNull(Date value) |
protected NlsMessage |
ValidatorDateFuture.validateNotNull(Date value) |
protected NlsMessage |
ValidatorMandatory.validateNotNull(Object value) |
protected NlsMessage |
ValidatorCompare.validateNotNull(V value) |
protected abstract NlsMessage |
AbstractValueValidator.validateNotNull(V value)
This method performs the validation in case
value is NOT null . |
protected NlsMessage |
AbstractValidatorRange.validateNotNull(V value) |
protected NlsMessage |
ValidatorMandatory.validateNull() |
protected NlsMessage |
AbstractValueValidator.validateNull()
This method performs the validation in case
null was provided as value. |
Constructor and Description |
---|
AbstractValidationFailure(String code,
Object source,
NlsMessage message,
UUID uuid,
String details)
The constructor.
|
ValidationFailureImpl(String code,
Object source,
NlsMessage message)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected NlsMessage |
ValidatorPattern.validateNotNull(CharSequence value) |
Modifier and Type | Method and Description |
---|---|
protected NlsMessage |
ValidatorTimePast.validateNotNull(V value) |
protected NlsMessage |
ValidatorTimeFuture.validateNotNull(V value) |
protected NlsMessage |
ValidatorTimeBefore.validateNotNull(V value) |
protected NlsMessage |
ValidatorTimeAfter.validateNotNull(V value) |
Modifier and Type | Method and Description |
---|---|
static <V> NlsMessage |
ValueOutOfRangeException.createMessage(V value,
V minimum,
V maximum,
Object valueSource)
Deprecated.
|
Constructor and Description |
---|
ValueException(NlsMessage message)
Deprecated.
The constructor.
|
ValueException(Throwable nested,
NlsMessage message)
Deprecated.
The constructor.
|
Constructor and Description |
---|
XmlException(NlsMessage message)
The constructor.
|
XmlException(Throwable nested,
NlsMessage message)
The constructor.
|
Constructor and Description |
---|
XmlParseException(NlsMessage message)
The constructor.
|
XmlParseException(Throwable cause,
NlsMessage message)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.