| Interface | Description |
|---|---|
| WeldExceptionMessage |
Interface for all exception messages in Weld.
|
| Class | Description |
|---|---|
| WeldExceptionKeyMessage |
Exception message based on an enumerated key and optional object arguments.
|
| WeldExceptionListMessage |
Exception message that produces a list of exceptions and their stack traces
for logging.
|
| WeldExceptionStringMessage |
Simple message object that just contains a String already formatted
and localized.
|
| Exception | Description |
|---|---|
| AmbiguousResolutionException |
Provides message localization service for the
AmbiguousResolutionException. |
| CreationException |
A version of
CreationException that supports
message localization. |
| DefinitionException |
Thrown if the definition of a bean is incorrect
|
| DeploymentException |
Thrown if an deployment exception occurs.
|
| IllegalArgumentException |
An
IllegalArgumentException with support for
localized messages in Weld. |
| IllegalProductException |
An
IllegalProductException with support for
localized messages in Weld. |
| IllegalStateException |
An
IllegalStateException with support for
localized messages in Weld. |
| InconsistentSpecializationException | |
| InjectionException |
Provides message localization service for the
InjectionException. |
| InvalidObjectException |
An extended version of
InvalidObjectException that supports
localization. |
| NullableDependencyException |
Thrown if an injection point of primitive type resolves to a bean which may
be null
|
| NullInstanceException |
This exception occurs in cases where an object instance was expected, but
the reference was null.
|
| UnproxyableResolutionException |
Provides message localization service for the
UnproxyableResolutionException. |
| UnsatisfiedResolutionException |
Provides message localization service for the
UnsatisfiedResolutionException. |
| UnserializableDependencyException |
Thrown if a simple bean is dependent scoped and injected into a stateful
session bean, into a non-transient field, bean constructor parameter or
initializer method parameter of a bean which declares a passivating scope, or
into a parameter of a producer method which declares a passivating scope
|
| UnsupportedOperationException |
An
UnsupportedOperationException with support for
localized messages in Weld. |
| WeldException |
A general run-time exception used by the JSR-299 reference implementation Weld.
|
Copyright © 2014 Seam Framework. All Rights Reserved.