| Package | Description |
|---|---|
| net.sf.mmm.util |
Top-level package of the utilities.
|
| net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
| 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 |
Contains the implementation for the native language support (NLS).
|
| net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath. |
| 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.validation.base |
Contains the base-implementations of the
validation API. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NlsMessage |
NlsBundleUtilCoreRoot.errorAccessFailed(Object accessible) |
NlsMessage |
NlsBundleUtilCoreRoot.errorAlreadyInitialized() |
NlsMessage |
NlsBundleUtilCoreRoot.errorAnnotationNotForTarget(Object annotation,
Object target) |
NlsMessage |
NlsBundleUtilCoreRoot.errorAnnotationNotRuntime(Object annotation) |
NlsMessage |
NlsBundleUtilCoreRoot.errorArgumentNull(Object object) |
NlsMessage |
NlsBundleUtilCoreRoot.errorCast(Object object,
Type source,
Type target) |
NlsMessage |
NlsBundleUtilCoreRoot.errorComposed(Object error) |
NlsMessage |
NlsBundleUtilCoreRoot.errorDuplicateObject(Object object) |
NlsMessage |
NlsBundleUtilCoreRoot.errorDuplicateObjectWithKey(Object object,
Object key) |
NlsMessage |
NlsBundleUtilCoreRoot.errorDuplicateObjectWithKeyAndExisting(Object object,
Object key,
Object existing) |
NlsMessage |
NlsBundleUtilCoreRoot.errorIllegalArgument(Object value) |
NlsMessage |
NlsBundleUtilCoreRoot.errorIllegalArgumentWithName(Object value,
String name) |
NlsMessage |
NlsBundleUtilCoreRoot.errorIllegalCase(Object illegalCase) |
NlsMessage |
NlsBundleUtilCoreRoot.errorIllegalDate(String value) |
NlsMessage |
NlsBundleUtilCoreRoot.errorIllegalState() |
NlsMessage |
NlsBundleUtilCoreRoot.errorIncreaseExceedsMaxGrowth(int size,
int max) |
NlsMessage |
NlsBundleUtilCoreRoot.errorInstantiationFailed(Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorInvocationFailed() |
NlsMessage |
NlsBundleUtilCoreRoot.errorInvocationFailedOf(Object operation) |
NlsMessage |
NlsBundleUtilCoreRoot.errorInvocationFailedOn(Object object,
Object accessible) |
NlsMessage |
NlsBundleUtilCoreRoot.errorIo() |
NlsMessage |
NlsBundleUtilCoreRoot.errorIoClose() |
NlsMessage |
NlsBundleUtilCoreRoot.errorIoCopy() |
NlsMessage |
NlsBundleUtilCoreRoot.errorIoFlush() |
NlsMessage |
NlsBundleUtilCoreRoot.errorIoRead() |
NlsMessage |
NlsBundleUtilCoreRoot.errorIoWrite() |
NlsMessage |
NlsBundleUtilCoreRoot.errorMandatory() |
NlsMessage |
NlsBundleUtilCoreRoot.errorNlsChoiceNoElse() |
NlsMessage |
NlsBundleUtilCoreRoot.errorNlsChoiceOnlyElse() |
NlsMessage |
NlsBundleUtilCoreRoot.errorNodeCycle(Object cycle,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorNotInitialized() |
NlsMessage |
NlsBundleUtilCoreRoot.errorNumberConversion(Object value,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorObjectDisposed(Object object) |
NlsMessage |
NlsBundleUtilCoreRoot.errorObjectMismatch(Object object,
Object expected,
Object source,
Object property) |
NlsMessage |
NlsBundleUtilCoreRoot.errorObjectNotFound(Object object,
Object key) |
NlsMessage |
NlsBundleUtilCoreRoot.errorParseExpected(Object value,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorParseFormat(Object value,
Object format,
Object type,
Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.errorParseType(Object value,
Object type,
Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathAccess(String path,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathCachingDisabled(String path) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathConversion(String path,
Object type,
Object targetType) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathCreation(String path,
Object object) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathIllegal(String path) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathSegmentIsNull(String path,
Object object) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPathUnsafe(String path,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPropertyNotAccessible(Object property,
Object type,
Object mode) |
NlsMessage |
NlsBundleUtilCoreRoot.errorPojoPropertyNotFound(Object property,
Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorReadOnly(Object object,
Object attribute) |
NlsMessage |
NlsBundleUtilCoreRoot.errorResourceAmbiguous(String resource) |
NlsMessage |
NlsBundleUtilCoreRoot.errorResourceAmbiguousWithIds(String resource,
String... ids) |
NlsMessage |
NlsBundleUtilCoreRoot.errorResourceMissing(String resource) |
NlsMessage |
NlsBundleUtilCoreRoot.errorSearchTimeout() |
NlsMessage |
NlsBundleUtilCoreRoot.errorSecurityRestriction() |
NlsMessage |
NlsBundleUtilCoreRoot.errorTechnical() |
NlsMessage |
NlsBundleUtilCoreRoot.errorTypeIllegalWildcard(Object sequence) |
NlsMessage |
NlsBundleUtilCoreRoot.errorTypeNotFound(Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorUnknownCollectionInterface(Object type) |
NlsMessage |
NlsBundleUtilCoreRoot.errorUnsupportedOperation() |
NlsMessage |
NlsBundleUtilCoreRoot.errorUnsupportedOperationWithName(Object operation,
Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValidation() |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueComparison(Object value,
Object comparator,
Object value2) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueComparisonWithSource(Object value,
Object comparator,
Object value2,
Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueConvert(Object value,
Type type,
Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueNotInFuture(Date value) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueNotInPast(Date value) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueNotSet(Object value) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueOutOfRange(Object value,
Object min,
Object max,
Object source) |
NlsMessage |
NlsBundleUtilCoreRoot.errorValueWrongType(Object value,
Object valueType,
Object targetType,
Object source) |
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() |
| 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 |
|---|---|
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()
This method gets the
NlsMessage describing the problem. |
NlsMessage |
NlsException.getNlsMessage()
This method gets the
NlsMessage describing the problem. |
NlsMessage |
GenericSerializableException.getNlsMessage()
This method gets the
NlsMessage describing the problem. |
NlsMessage |
NlsRuntimeException.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
NlsMessage |
NlsException.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
NlsMessage |
GenericSerializableException.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
| 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.
|
| 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)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactoryImpl.create(NlsTemplate template,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
Object... messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.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 |
AbstractNlsMessageFactory.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 |
AbstractNlsMessageFactory.create(String internationalizedMessage)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactoryImpl.create(String internationalizedMessage,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
Object... messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
AbstractNlsMessageFactory.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 |
AbstractNlsMessageFactory.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 |
AbstractNlsMessageFactory.createDirect(String bundleName,
String key)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageFactoryImpl.createDirect(String bundleName,
String key,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
NlsMessageLookupProxy.getMessage(String key,
Map<String,Object> nlsArguments)
|
NlsMessage |
NlsMessageLookupNone.getMessage(String key,
Map<String,Object> nlsArguments)
|
NlsMessage |
NlsMessagePlain.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
NlsMessage |
AbstractNlsMessage.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
| Modifier and Type | Class and Description |
|---|---|
class |
NlsMessageImpl
This is the implementation of
NlsMessage. |
| Modifier and Type | Method and Description |
|---|---|
NlsMessage |
NlsMessageImpl.toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
| Constructor and Description |
|---|
PojoPathException(NlsMessage message)
The constructor.
|
PojoPathException(Throwable nested,
NlsMessage message)
The constructor.
|
| 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 |
|---|---|
private NlsMessage |
ValidatorMandatory.getFailureMessage() |
protected NlsMessage |
ValidatorDatePast.validateNotNull(Date value)
This method performs the validation in case
value is NOT null. |
protected NlsMessage |
ValidatorDateFuture.validateNotNull(Date value)
This method performs the validation in case
value is NOT null. |
protected NlsMessage |
ValidatorMandatory.validateNotNull(Object value)
This method performs the validation in case
value is NOT null. |
protected NlsMessage |
ValidatorRange.validateNotNull(V value)
This method performs the validation in case
value is NOT null. |
protected NlsMessage |
ValidatorCompare.validateNotNull(V value)
This method performs the validation in case
value is NOT null. |
protected abstract NlsMessage |
AbstractValueValidator.validateNotNull(V value)
This method performs the validation in case
value is NOT null. |
protected NlsMessage |
ValidatorMandatory.validateNull()
This method performs the validation in case
null was provided as value. |
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.
|
SimpleValidationFailure(String code,
Object source,
NlsMessage message)
Deprecated.
The constructor.
|
ValidationFailureImpl(String code,
Object source,
NlsMessage message)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> NlsMessage |
ValueOutOfRangeException.createMessage(V value,
V minimum,
V maximum,
Object valueSource)
|
| Constructor and Description |
|---|
ValueException(NlsMessage message)
The constructor.
|
ValueException(Throwable nested,
NlsMessage message)
The constructor.
|
| Constructor and Description |
|---|
XmlException(NlsMessage message)
The constructor.
|
XmlException(Throwable nested,
NlsMessage message)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.