public class InjectException
extends org.osgl.exception.UnexpectedException
InjectException is thrown out when error occurred within dependency injection process
| Constructor and Description |
|---|
InjectException(java.lang.String message,
java.lang.Object... args) |
InjectException(java.lang.Throwable cause) |
InjectException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static InjectException |
circularDependency(java.lang.CharSequence dependencyChain) |
public InjectException(java.lang.String message,
java.lang.Object... args)
public InjectException(java.lang.Throwable cause)
public InjectException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args)
public static InjectException circularDependency(java.lang.CharSequence dependencyChain)
Copyright © 2016–2017 OSGL (Open Source General Library). All rights reserved.