|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractNlsRuntimeException | |
|---|---|
| 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.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.math.api | Provides the API for utilities that help to deal with
Numbers. |
| net.sf.mmm.util.nls.api | Provides the API for the native language support (NLS). |
| 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.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.base | Contains the base-implementation of the XML-Util API. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.cli.api |
|---|
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.collection.base |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.collection.base | |
|---|---|
class |
NodeCycleException
A NodeCycleException is thrown if a chain of nodes has a cyclic
dependency. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.component.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.component.api | |
|---|---|
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.date.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.date.api | |
|---|---|
class |
IllegalDateFormatException
This is the exception thrown if a date given as string was illegal. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.file.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.file.api | |
|---|---|
class |
FileAlreadyExistsException
A FileAlreadyExistsException is thrown if a file or directory already
exists but was NOT expected. |
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.io.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.io.api | |
|---|---|
class |
BufferExceedException
A BufferExceedException is thrown if a buffer (typically array of
bytes or chars) is exceeded (e.g. offset or length are out of range). |
class |
RuntimeIoException
A RuntimeIoException is like an IOException but as a
RuntimeException. |
class |
StreamClosedException
A StreamClosedException is thrown if a stream is used that has
already been closed. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.math.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.math.api | |
|---|---|
class |
NumberConversionException
This is the exception thrown if a numeric value can NOT converted to a specific number-type. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.nls.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.nls.api | |
|---|---|
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 |
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 |
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 the base class for all runtime exceptions of the project. |
class |
NlsUnsupportedOperationException
An NlsUnsupportedOperationException is thrown if an operation was
invoked that is NOT implemented or generally NOT supported. |
class |
ObjectNotFoundException
An ObjectNotFoundException is thrown if an object was requested but
does NOT exist or could NOT be found. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.nls.impl.formatter |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.nls.impl.formatter | |
|---|---|
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.pojo.descriptor.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.pojo.descriptor.api | |
|---|---|
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.pojo.path.api |
|---|
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.pojo.path.base |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.pojo.path.base | |
|---|---|
class |
PojoPathCachingDisabledException
A PojoPathCachingDisabledException is thrown if caching is required
to access a specific PojoPath but
caching was disabled at this point. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.reflect.api |
|---|
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.reflect.base |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.reflect.base | |
|---|---|
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.resource.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.resource.api | |
|---|---|
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.value.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.value.api | |
|---|---|
class |
ValueConvertException
The ValueConvertException is thrown if the
conversion of some
value failed. |
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). |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.xml.api |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.xml.api | |
|---|---|
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. |
| Uses of AbstractNlsRuntimeException in net.sf.mmm.util.xml.base |
|---|
| Subclasses of AbstractNlsRuntimeException in net.sf.mmm.util.xml.base | |
|---|---|
class |
XmlInvalidException
A XmlInvalidException is like a SAXException but
as a RuntimeException. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||