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.reflectpackage 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 TypeDependencyNotAvailableExceptionTypeDependencyNotAvailableException. from(TypeQualifier<?> type)Produce aTypeDependencyNotAvailableExceptioninstance for the specifiedTypeQualifierstatic TypeDependencyNotAvailableExceptionTypeDependencyNotAvailableException. from(TypeQualifier<?> type, java.lang.Throwable cause)Produce aTypeDependencyNotAvailableExceptioninstance for the specifiedTypeQualifierprotected TypeDependencyNotAvailableExceptionTypeInstantiator. notAvailable(java.lang.Throwable cause)Methods in oracle.dbtools.plugin.api.types that throw TypeDependencyNotAvailableException Modifier and Type Method Description abstract TTypeInstantiator. load(InstanceLocator locator)Instantiate the instance of T
-