Package | Description |
---|---|
org.jboss.weld.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
DefinitionException
Thrown if the definition of a bean is incorrect
|
class |
DeploymentException
Thrown if an deployment exception occurs.
|
class |
InconsistentSpecializationException |
class |
NullableDependencyException
Thrown if an injection point of primitive type resolves to a bean which may
be null
|
class |
NullInstanceException
This exception occurs in cases where an object instance was expected, but
the reference was null.
|
class |
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
|
Copyright © 2013 Seam Framework. All rights reserved.