| Package | Description |
|---|---|
| net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API. |
| net.sf.mmm.util.component.api |
Contains API to help implementing components.
|
| net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
| net.sf.mmm.util.event.base |
Contains the abstract base-implementation of the
event-handling API. |
| net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
| net.sf.mmm.util.exception.base |
Contains public implementations of exception-utilities.
|
| 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.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.math.api |
Provides the API for utilities that help to deal with
Numbers. |
| net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
| net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojos. |
| net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath. |
| net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load
resources from arbitrary
sources. |
| net.sf.mmm.util.scanner.api |
Provides the API for scanners that help to parse character sequences
efficient and easily.
|
| net.sf.mmm.util.scanner.base |
Contains the base-implementations of the
Character Scanner API. |
| net.sf.mmm.util.search.api |
Provides the API for a search.
|
| net.sf.mmm.util.security.api |
Provides the API to help with security.
|
| net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
| net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
| net.sf.mmm.util.version.api |
Provides the API for dealing with versions.
|
| net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API. |
| net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
| net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| GlobalExceptionHandler
This is the interface used as fallback to
handle errors that
can not be handled in a specific way by generic components. |
| Class and Description |
|---|
| BusinessErrorUserException |
| DuplicateObjectException
An
DuplicateObjectException is thrown if an object was rejected because it is a duplicate. |
| ExceptionTruncation
This class configures the (potential) truncation of an exception.
|
| ExceptionUtilLimited
This is a limited subset of
ExceptionUtil that is GWT compatible. |
| GenericSerializableException
This is a very specific exception that allows sending of any
Throwable via a remote service. |
| NlsException
This is an abstract base implementation of a checked exception with real native language support
(NLS).
|
| NlsNullPointerException
A
NlsNullPointerException is analog to an NullPointerException but with native language
support. |
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be
found. |
| TechnicalErrorUserException
A
TechnicalErrorUserException is wrapping arbitrary technical errors to a generic exception for
end-users or clients. |
| ThrowableHelper.Helper
Class for reflective access to
Throwables. |
| Class and Description |
|---|
| ExceptionTruncation
This class configures the (potential) truncation of an exception.
|
| ExceptionUtil
This is the interface for a collection of utility functions to deal with exceptions (
Throwables). |
| ExceptionUtilLimited
This is a limited subset of
ExceptionUtil that is GWT compatible. |
| GlobalExceptionHandler
This is the interface used as fallback to
handle errors that
can not be handled in a specific way by generic components. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| IllegalCaseException
A
IllegalCaseException is thrown if a specific case occurred that should never happen. |
| NlsIllegalArgumentException
A
NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native
language support. |
| ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be
found. |
| Class and Description |
|---|
| IllegalCaseException
A
IllegalCaseException is thrown if a specific case occurred that should never happen. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be
found. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be
found. |
| Class and Description |
|---|
| NlsIllegalArgumentException
A
NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native
language support. |
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsIllegalArgumentException
A
NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native
language support. |
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsParseException
The
NlsParseException is thrown if some data could NOT be parsed because it does NOT match the
according format (pattern or grammar). |
| Class and Description |
|---|
| NlsParseException
The
NlsParseException is thrown if some data could NOT be parsed because it does NOT match the
according format (pattern or grammar). |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| ExceptionTruncation
This class configures the (potential) truncation of an exception.
|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| ExceptionTruncation
This class configures the (potential) truncation of an exception.
|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsParseException
The
NlsParseException is thrown if some data could NOT be parsed because it does NOT match the
according format (pattern or grammar). |
| Class and Description |
|---|
| NlsParseException
The
NlsParseException is thrown if some data could NOT be parsed because it does NOT match the
according format (pattern or grammar). |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
| Class and Description |
|---|
| NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException. |
| NlsThrowable
This is the interface for exceptions with the following features:
real native language support via
NlsMessage.
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinguish between technical exceptions and exceptions intended for end-users.
support for copying and truncation of the exception.
NOTE:Exceptions should only occur in unexpected or un-normal situations. |
Copyright © 2001–2015 mmm-Team. All rights reserved.