Uses of Class
oracle.dbtools.plugin.api.types.TypeDependencyNotAvailableException
-
Packages that use TypeDependencyNotAvailableException Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
-
Uses of TypeDependencyNotAvailableException in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return TypeDependencyNotAvailableException Modifier and Type Method Description static TypeDependencyNotAvailableException
TypeDependencyNotAvailableException. from(TypeQualifier<?> type)
Produce aTypeDependencyNotAvailableException
instance for the specifiedTypeQualifier
static TypeDependencyNotAvailableException
TypeDependencyNotAvailableException. from(TypeQualifier<?> type, java.lang.Throwable cause)
Produce aTypeDependencyNotAvailableException
instance for the specifiedTypeQualifier
protected TypeDependencyNotAvailableException
TypeInstantiator. notAvailable(java.lang.Throwable cause)
Methods in oracle.dbtools.plugin.api.types that throw TypeDependencyNotAvailableException Modifier and Type Method Description abstract T
TypeInstantiator. load(InstanceLocator locator)
Instantiate the instance of T
-