org.jboss.weld.exceptions
Class NullableDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.exceptions.WeldException
org.jboss.weld.exceptions.DeploymentException
org.jboss.weld.exceptions.NullableDependencyException
- All Implemented Interfaces:
- Serializable
public class NullableDependencyException
- extends DeploymentException
Thrown if an injection point of primitive type resolves to a bean which may
be null
- Author:
- Pete Muir
- See Also:
- Serialized Form
NullableDependencyException
public NullableDependencyException(E key,
Object... args)
- Creates a new exception with the given localized message key and optional
arguments for the message.
- Type Parameters:
E
- The enumeration type for the message keys- Parameters:
key
- The localized message to useargs
- Optional arguments to insert into the message
NullableDependencyException
public NullableDependencyException(Throwable throwable)
- Creates a new exception with the given cause.
- Parameters:
throwable
- The cause of the exception
Copyright © 2013 Seam Framework. All Rights Reserved.