Package | Description |
---|---|
net.sf.mmm.client.ui.api.dialog |
Contains the API for dialog management of an application client.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.base.dialog |
Contains the base implementation of the Client Dialog API.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
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.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.view.api |
Contains the API of the view for the search.
|
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
net.sf.mmm.service.api |
Contains the API for simple remote invocations to communicate between client and server.
|
net.sf.mmm.service.base.server |
Contains the server-specific base classes for simple remote services.
|
net.sf.mmm.transaction.base |
Provides the base-implementation for transaction support.
|
net.sf.mmm.util.bean.impl | |
net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
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.contenttype.base |
Provides the base implementation of the content-type API.
|
net.sf.mmm.util.datatype.api.color |
Contains the color API of the client UI.
|
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.exception.impl.spring | |
net.sf.mmm.util.file.api |
Provides the API for utilities that help to deal with files.
|
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.json.api | |
net.sf.mmm.util.json.base | |
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
Number s. |
net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
net.sf.mmm.util.path.base | |
net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojo s. |
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.property.api |
Provides the API for generic and powerful properties.
|
net.sf.mmm.util.property.api.factory | |
net.sf.mmm.util.query.api | |
net.sf.mmm.util.query.api.feature | |
net.sf.mmm.util.query.base | |
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.resource.base |
Contains the base implementation of the
resource-API . |
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.value.api |
Provides the API for generic handling of values.
|
net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API . |
net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API . |
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 . |
net.sf.mmm.util.xml.base.jaxb |
Contains various
XmlAdapter for mapping of common data-types and
data-containers with JAXB. |
net.sf.mmm.util.xml.path.api |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
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 . |
Class and Description |
---|
NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException . |
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 |
---|
ExceptionUtil
This is the interface for a collection of utility functions to deal with exceptions (
Throwable s). |
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 |
---|
ReadOnlyException
A
ReadOnlyException is thrown if the modification of something failed because it is read-only. |
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 |
---|
DuplicateObjectException
An
DuplicateObjectException is thrown if an object was rejected because it is a duplicate. |
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 |
---|
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. |
OptimisticLockingException
This is a variant of exceptions like
OptimisticLockException that is suitable for
end-users and support NLS/I18N. |
TechnicalErrorUserException
A
TechnicalErrorUserException is wrapping arbitrary technical errors to a generic exception for end-users or
clients. |
ThrowableHelper.Helper
Class for reflective access to
Throwable s. |
ValidationErrorUserException
This exception is thrown if a validation failed unexpectedly.
|
ValueException
This exception is thrown if a something goes wrong about values.
|
ValueOutOfRangeException
This is the exception thrown if a numeric value is not in the expected range.
|
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 (
Throwable s). |
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 |
---|
ExceptionUtil
This is the interface for a collection of utility functions to deal with exceptions (
Throwable s). |
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 |
---|
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. |
ObjectMismatchException
An
ObjectMismatchException is thrown if an object or value do NOT match as expected. |
Class and Description |
---|
IllegalCaseException
A
IllegalCaseException is thrown if a specific case occurred that should never happen. |
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 |
---|
DuplicateObjectException
An
DuplicateObjectException is thrown if an object was rejected because it is a duplicate. |
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 |
---|
ReadOnlyException
A
ReadOnlyException is thrown if the modification of something failed because it is read-only. |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
Class and Description |
---|
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 |
---|
DuplicateObjectException
An
DuplicateObjectException is thrown if an object was rejected because it is a duplicate. |
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 |
---|
ValueException
This exception is thrown if a something goes wrong about values.
|
ValueNotSetException
This is the exception thrown if a required value was not set.
|
ValueOutOfRangeException
This is the exception thrown if a numeric value is not in the expected range.
|
WrongValueTypeException
This exception is thrown if a value has the wrong type (a different value type was expected).
|
Class and Description |
---|
ValueException
This exception is thrown if a something goes wrong about values.
|
ValueNotSetException
This is the exception thrown if a required value was not set.
|
ValueOutOfRangeException
This is the exception thrown if a numeric value is not in the expected range.
|
WrongValueTypeException
This exception is thrown if a value has the wrong type (a different value type was expected).
|
Class and Description |
---|
ValueException
This exception is thrown if a something goes wrong about values.
|
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. |
Class and Description |
---|
ComposedException
An
ComposedException combines a list of exceptions in one single exception. |
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. |
Copyright © 2001–2016 mmm-Team. All rights reserved.