Package org.jboss.weld.exceptions

Class Summary
WeldExceptionMessage The message for exceptions generated by Weld.
 

Exception Summary
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.
ForbiddenArgumentException This exception is used when the specification calls for an IllegalArgumentException.
ForbiddenStateException This exception is used when the specification calls for an IllegalStateException.
IllegalProductException An IllegalProductException 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.
InvalidOperationException An exception used for unsupported operations or invocations of operations that are invalid in certain contexts.
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
WeldException A general run-time exception used by the JSR-299 reference implementation Weld.
 



Copyright © 2008-2010 Seam Framework. All Rights Reserved.