Package org.jboss.weld.exceptions
-
Interface Summary Interface Description WeldExceptionMessage Interface for all exception messages in Weld. -
Class Summary Class Description 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 Summary Exception Description AmbiguousResolutionException Provides message localization service for theAmbiguousResolutionException.CreationException A version ofCreationExceptionthat supports message localization.DefinitionException Thrown if the definition of a bean is incorrectDeploymentException Thrown if an deployment exception occurs.IllegalArgumentException AnIllegalArgumentExceptionwith support for localized messages in Weld.IllegalProductException AnIllegalProductExceptionwith support for localized messages in Weld.IllegalStateException AnIllegalStateExceptionwith support for localized messages in Weld.InconsistentSpecializationException InjectionException Provides message localization service for theInjectionException.InvalidObjectException An extended version ofInvalidObjectExceptionthat supports localization.NullInstanceException This exception occurs in cases where an object instance was expected, but the reference was null.UnproxyableResolutionException Provides message localization service for theUnproxyableResolutionException.UnsatisfiedResolutionException Provides message localization service for theUnsatisfiedResolutionException.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 scopeUnsupportedOperationException AnUnsupportedOperationExceptionwith support for localized messages in Weld.WeldException A general run-time exception used by the JSR-299 reference implementation Weld.