public class InjectException
extends org.osgl.exception.UnexpectedException
InjectException is thrown out when error occurred within dependency injection process
| Constructor and Description |
|---|
InjectException(String message,
Object... args) |
InjectException(Throwable cause) |
InjectException(Throwable cause,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static InjectException |
circularDependency(CharSequence dependencyChain) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InjectException(Throwable cause)
public static InjectException circularDependency(CharSequence dependencyChain)
Copyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.