Package | Description |
---|---|
net.sf.mmm.orient.base.id | |
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.service.api |
Contains the API for simple remote invocations to communicate between client and server.
|
net.sf.mmm.transaction.base |
Provides the base-implementation for transaction support.
|
net.sf.mmm.util.bean.api.id | |
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.date.api |
Provides the API for utilities that help to deal with date and time.
|
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
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.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.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.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.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.validation.base |
Contains the base-implementations of the
validation 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.path.api |
Modifier and Type | Class and Description |
---|---|
class |
OrientId<E>
This is the implementation of
Id for a native ORID . |
Modifier and Type | Class and Description |
---|---|
class |
SearchException
This is a technical exception that can be thrown by the
SearchEngine
and related objects. |
Modifier and Type | Class and Description |
---|---|
class |
SearchQueryParseException
This is the generic exception if query-parsing failed.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchAddFailedException
This is the exception thrown from
SearchIndexer if the given entry
could NOT be added. |
class |
SearchEntryIdImmutableException
This is the exception thrown if the user tried to modify the
ID of a SearchEntry . |
class |
SearchRemoveFailedException
This is the exception thrown from
SearchIndexer if the given entry
has no ID set. |
class |
SearchUpdateMissingIdException
This is the exception thrown from
SearchIndexer.update(net.sf.mmm.search.indexer.api.MutableSearchEntry)
if the given entry has no ID set. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteInvocationCallFailedException
This exception is thrown if
RemoteInvocationCall has failed. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionCommitException
This exception is thrown if a
transaction could NOT
be committed . |
class |
TransactionNotActiveException
This exception is thrown if a
transaction should be
closed but none is active . |
class |
TransactionRollbackException
This exception is thrown if a
transaction could NOT
be rolled back . |
Modifier and Type | Interface and Description |
---|---|
interface |
Id<E>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractId<E>
This is the abstract base implementation of
Id . |
class |
GenericId<E>
This is the implementation of
Id for a long based primary key. |
Modifier and Type | Class and Description |
---|---|
class |
CliArgumentMissingException
|
class |
CliArgumentReferenceMissingException
|
class |
CliClassNoPropertyException
A
CliClassNoPropertyException is thrown if a CLI-class is illegal because it has no property
annotated with CliOption or CliArgument . |
class |
CliException
A
CliException is thrown, if the commandline arguments are invalid for a specific main-program. |
class |
CliModeUndefinedException
A
CliModeUndefinedException is thrown if a CliOption or CliArgument defines a
mode that is NOT defined . |
class |
CliOptionAndArgumentAnnotationException
A
CliOptionAndArgumentAnnotationException is thrown if a property is annotated with both CliOption
and CliArgument . |
class |
CliOptionDuplicateException
A
CliOptionDuplicateException is thrown if the same option occurred multiple times as
commandline-argument. |
class |
CliOptionIllegalNameOrAliasException
|
class |
CliOptionIncompatibleModesException
A
CliOptionIncompatibleModesException is thrown if two options are used together that have
incompatible modes . |
class |
CliOptionMisplacedException
A
CliOptionMisplacedException is thrown if an option is misplaced, meaning that it occurred after the first
argument has been detected. |
class |
CliOptionMissingException
|
class |
CliOptionMissingValueException
A
CliOptionMissingValueException is thrown if an option requires a value that is missing (no proper value is
specified as commandline argument). |
class |
CliOptionUndefinedException
A
CliOptionUndefinedException is thrown if an option is given as commandline-argument if
NOT defined. |
class |
CliParameterListEmptyException
A
CliParameterListEmptyException is thrown if CliParser.parseParameters(String...) is called without
a single parameter. |
class |
CliParserExcepiton
A
CliParserExcepiton is thrown if a state class could NOT be parsed. |
Modifier and Type | Class and Description |
---|---|
class |
NodeCycleException
A
NodeCycleException is thrown if a chain of nodes has a cyclic dependency. |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyInitializedException
This is the exception thrown if an operation was invoked after the object was initialized but has to be called before
initialization.
|
class |
NotInitializedException
This is the exception thrown if an operation was invoked before the object was initialized but has to be called after
initialization.
|
class |
ResourceAmbiguousException
This is the exception thrown if a unique
resource is required but multiple
instances have been found. |
class |
ResourceMissingException
This is the exception thrown if a
resource is required but is NOT available. |
Modifier and Type | Class and Description |
---|---|
class |
IllegalDateFormatException
This is the exception thrown if a date given as string was illegal.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Class and Description |
---|---|
class |
BusinessErrorUserException
|
class |
ComposedException
An
ComposedException combines a list of exceptions in one single exception. |
class |
DuplicateObjectException
An
DuplicateObjectException is thrown if an object was rejected because it is a duplicate. |
class |
DuplicateObjectUserException
This is a
DuplicateObjectException that represents a user failure (is NOT technical ). |
class |
GenericSerializableException
This is a very specific exception that allows sending of any
Throwable via a remote service. |
class |
IllegalCaseException
A
IllegalCaseException is thrown if a specific case occurred that should never happen. |
class |
NlsClassCastException
A
NlsClassCastException is analog to an ClassCastException but with native language support. |
class |
NlsException
This is an abstract base implementation of a checked exception with real native language support (NLS).
|
class |
NlsIllegalArgumentException
A
NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native language
support. |
class |
NlsIllegalStateException
A
NlsIllegalStateException is analog to an IllegalStateException but with true native language
support. |
class |
NlsNullPointerException
A
NlsNullPointerException is analog to an NullPointerException but with native language support. |
class |
NlsParseException
The
NlsParseException is thrown if some data could NOT be parsed because it does NOT match the according
format (pattern or grammar). |
class |
NlsRuntimeException
This is an abstract base implementation of
NlsThrowable based on RuntimeException . |
class |
NlsRuntimeWrapperException
This is an
NlsRuntimeException to wrap an arbitrary NlsThrowable . |
class |
NlsUnsupportedOperationException
An
NlsUnsupportedOperationException is thrown if an operation was invoked that is NOT implemented or
generally NOT supported. |
class |
ObjectDisposedException
An
ObjectDisposedException is thrown if an object or value is already
disposed and therefore an operation
failed that has been invoked on it. |
class |
ObjectMismatchException
An
ObjectMismatchException is thrown if an object or value do NOT match as expected. |
class |
ObjectNotFoundException
An
ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found. |
class |
ObjectNotFoundUserException
This is an
ObjectNotFoundException that represents a user failure (is NOT technical ). |
class |
OptimisticLockingException
This is a variant of exceptions like
OptimisticLockException that is suitable for
end-users and support NLS/I18N. |
class |
OptimisticLockingExceptionHibernate
The
OptimisticLockingException for StaleObjectStateException from Hibernate. |
class |
OptimisticLockingExceptionJpa
The
OptimisticLockingException for OptimisticLockException from JPA. |
class |
OptimisticLockingExceptionSpring
The
OptimisticLockingException for ObjectOptimisticLockingFailureException from Spring. |
class |
ReadOnlyException
A
ReadOnlyException is thrown if the modification of something failed because it is read-only. |
class |
TechnicalErrorUserException
A
TechnicalErrorUserException is wrapping arbitrary technical errors to a generic exception for end-users or
clients. |
class |
ValidationErrorUserException
This exception is thrown if a validation failed unexpectedly.
|
class |
ValueConvertException
The
ValueConvertException is thrown if a value could not be converted to a given type. |
class |
ValueException
This exception is thrown if a something goes wrong about values.
|
class |
ValueNotSetException
This is the exception thrown if a required value was not set.
|
class |
ValueOutOfRangeException
This is the exception thrown if a numeric value is not in the expected range.
|
class |
WrongValueTypeException
This exception is thrown if a value has the wrong type (a different value type was expected).
|
Modifier and Type | Class and Description |
---|---|
class |
FileAlreadyExistsException
A
FileAlreadyExistsException is thrown if a file or directory already exists but was NOT expected. |
class |
FileAttributeModificationFailedException
A
FileAttributeModificationFailedException is thrown if the attributes of a file or directory failed to be modified. |
class |
FileCreationFailedException
A
FileCreationFailedException is thrown if a file or directory should be created but the creation failed. |
class |
FileDeletionFailedException
A
FileDeletionFailedException is thrown if a file or directory should be deleted but the deletion failed. |
class |
FileNotExistsException
A
FileNotExistsException is thrown if a file or directory is expected but was NOT found. |
Modifier and Type | Class and Description |
---|---|
class |
BufferExceedException
A
BufferExceedException is thrown if a buffer (typically array of bytes or chars) is exceeded (e.g. |
class |
RuntimeIoException
|
class |
StreamClosedException
A
StreamClosedException is thrown if a stream is used that has already been closed . |
Modifier and Type | Interface and Description |
---|---|
interface |
Message
This is the interface for a message that gets displayed to an end-user.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractErrorMessage
This is the abstract base class for an error
Message . |
class |
AbstractMessage
This is the abstract base implementation of
Message . |
class |
ErrorMessage
This is the implementation of an error
Message that is already localized. |
class |
InformationMessage
This is the implementation of an
information
Message . |
class |
WarningMessage
|
Modifier and Type | Class and Description |
---|---|
class |
NumberConversionException
This is the exception thrown if a numeric value can NOT converted to a specific number-type.
|
Modifier and Type | Class and Description |
---|---|
class |
NlsFormatterChoiceNoElseConditionException
The
NlsFormatterChoiceNoElseConditionException is thrown if a choice-format has no
(else)-condition. |
class |
NlsFormatterChoiceOnlyElseConditionException
The
NlsFormatterChoiceOnlyElseConditionException is thrown if a choice-format
starts with an (else)-condition. |
Modifier and Type | Class and Description |
---|---|
class |
PojoPropertyNotFoundException
A
PojoPropertyNotFoundException is thrown if a property should be accessed that does NOT exist (was NOT
found) or can NOT be accessed in the intended way. |
Modifier and Type | Class and Description |
---|---|
class |
IllegalPojoPathException
|
class |
PojoPathAccessException
A
PojoPathAccessException is thrown if a PojoPath could NOT be evaluated because it lead to an
invalid access on some object. |
class |
PojoPathConversionException
A
PojoPathConversionException is thrown if a Pojo has the wrong type and
could NOT be converted to the required type. |
class |
PojoPathCreationException
A
PojoPathCreationException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.CREATE_IF_NULL and an intermediate Pojo was
null but could NOT be created. |
class |
PojoPathException
This is the abstract base class for exceptions thrown by the
PojoPathNavigator . |
class |
PojoPathSegmentIsNullException
A
PojoPathSegmentIsNullException is thrown by the PojoPathNavigator if the supplied
mode is PojoPathMode.FAIL_IF_NULL and an intermediate
Pojo was null . |
class |
PojoPathUnsafeException
A
PojoPathUnsafeException is thrown by the PojoPathNavigator if the supplied mode was PojoPathMode.FAIL_IF_NULL and the PojoPath was unsafe. |
Modifier and Type | Class and Description |
---|---|
class |
PojoPathCachingDisabledException
A
PojoPathCachingDisabledException is thrown if caching is required to access a specific
PojoPath but caching was disabled at this point. |
Modifier and Type | Class and Description |
---|---|
class |
AccessFailedException
An
AccessFailedException is thrown if a reflective call failed because the
executing code does NOT have access to the according definition. |
class |
AnnotationNotForTargetException
A
AnnotationNotForTargetException is thrown if an Annotation should be resolved
for a specific ElementType that it is NOT targeted for. |
class |
AnnotationNotRuntimeException
A
AnnotationNotRuntimeException is thrown if an Annotation should be resolved at
runtime but has NOT the Retention RetentionPolicy.RUNTIME . |
class |
InstantiationFailedException
An
InstantiationFailedException indicates that the instantiation of a
Class failed for arbitrary reasons. |
class |
InvocationFailedException
An
InvocationFailedException is thrown if an invocation failed. |
class |
ReflectionException
A
ReflectionException is thrown if an operation based on reflection failed. |
class |
TypeNotFoundException
A
TypeNotFoundException is thrown if a Type was requested (e.g. |
Modifier and Type | Class and Description |
---|---|
class |
ContainerGrowthException
A
ContainerGrowthException is thrown if a container should grow (increase its size) but this failed. |
class |
IllegalWildcardSequenceException
A
IllegalWildcardSequenceException is thrown if a wildcard-type given as string could NOT be parsed because
it contains an illegal sequence (e.g. |
class |
UnknownCollectionInterfaceException
A
UnknownCollectionInterfaceException is thrown if a Collection -interface was given that is
unknown or no Collection . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceNotAvailableException
This exception is thrown if a resource was requested that is NOT available.
|
class |
ResourceNotWritableException
This exception is thrown if a resource should be
written that is read-only or
NOT writable for any other reason. |
class |
ResourceUriUndefinedException
This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchTimeoutException
This is the exception thrown if an operation (typically a query) in the persistence exceeded a configured timeout.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityErrorUserException
This exception is thrown if an operation or invocation failed due to security restrictions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationFailure
This is the interface for a failure of a
validation . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationFailure
This is the abstract base implementation of
ValidationFailure . |
class |
ComposedValidationFailure
This is an implementation of
ValidationFailure that represents the composition of other
ValidationFailure s. |
class |
ValidationFailureImpl
This is an implementation of
ValidationFailure . |
class |
ValidationFailureSuccess
Placeholder implementation of
ValidationFailure representing success used as internal representation where
null is not suitable. |
Modifier and Type | Class and Description |
---|---|
class |
XmlException
An
XmlException is thrown if something went wrong with XML serialization or parsing. |
class |
XmlGenericException
A
XmlGenericException is used to wrap exceptions of underlying XML-frameworks such as StAX or SAX that throw
checked exceptions. |
Modifier and Type | Class and Description |
---|---|
class |
XmlInvalidException
|
Modifier and Type | Class and Description |
---|---|
class |
XmlParseException
This exception is thrown if any piece of XML could NOT be parsed because it has an illegal syntax.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.