Home
last modified time | relevance | path

Searched refs:ProcessingException (Results 1 – 14 of 14) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAppFunctionSerializableValidateHelper.kt35 throw ProcessingException( in validatePrimaryConstructor()
42 throw ProcessingException( in validatePrimaryConstructor()
49 throw ProcessingException( in validatePrimaryConstructor()
57 throw ProcessingException( in validatePrimaryConstructor()
86 throw ProcessingException( in validateParameters()
104 throw ProcessingException( in validateParameters()
144 throw ProcessingException( in validateSuperTypes()
159 throw ProcessingException( in validateSerializableParameter()
DAppFunctionSymbolResolver.kt39 throw ProcessingException( in <lambda>()
48 ?: throw ProcessingException( in <lambda>()
68 throw ProcessingException( in <lambda>()
92 throw ProcessingException( in <lambda>()
119 throw ProcessingException( in <lambda>()
144 throw ProcessingException( in <lambda>()
150 throw ProcessingException( in <lambda>()
159 ?: throw ProcessingException( in <lambda>()
177 ?: throw ProcessingException( in <lambda>()
192 ?: throw ProcessingException( in <lambda>()
DAnnotatedAppFunctionSerializableProxy.kt39 ?: throw ProcessingException( in <lambda>()
95 throw ProcessingException( in validateProxyHasToTargetClassMethod()
110 throw ProcessingException( in validateProxyHasToTargetClassMethod()
132 throw ProcessingException( in validateProxyHasFromTargetClassMethod()
144 throw ProcessingException( in validateProxyHasFromTargetClassMethod()
157 throw ProcessingException( in validateProxyHasFromTargetClassMethod()
DKspUtils.kt53 ?: throw ProcessingException("Unable to resolve the qualified name", this) in KSFunctionDeclaration()
71 throw ProcessingException( in KSTypeReference()
77 ?: throw ProcessingException("Unable to resolve the parameterized type for the list", this) in KSTypeReference()
115 ?: throw ProcessingException( in KSTypeReference()
127 ?: throw ProcessingException("Unable to find property with name: $propertyName", this) in KSTypeReference()
149 else -> throw ProcessingException("Unable to resolve TypeName", null) in KSType()
DProcessingException.kt22 class ProcessingException( class
DAnnotatedParameterizedAppFunctionSerializable.kt41 ?: throw ProcessingException( in <lambda>()
88 ?: throw ProcessingException( in <lambda>()
DKSPLoggerUtils.kt25 fun KSPLogger.logException(exception: ProcessingException) { in logException()
DAppFunctionTypeReference.kt53 throw ProcessingException( in <lambda>()
161 throw ProcessingException( in <lambda>()
DAnnotatedAppFunctions.kt101 throw ProcessingException( in <lambda>()
108 throw ProcessingException( in <lambda>()
126 throw ProcessingException( in <lambda>()
657 throw ProcessingException( in <lambda>()
670 ?: throw ProcessingException( in <lambda>()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/
DAppFunctionCompilerOptions.kt19 import androidx.appfunctions.compiler.core.ProcessingException
40 throw ProcessingException( in getAggregateAppFunctionsOption()
DAppFunctionCompiler.kt21 import androidx.appfunctions.compiler.core.ProcessingException
57 } catch (e: ProcessingException) { in process()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionInventoryProcessor.kt27 import androidx.appfunctions.compiler.core.ProcessingException
309 throw ProcessingException( in addPropertyForComponentsDataTypes()
377 throw ProcessingException( in addPropertyForResponseMetadata()
490 throw ProcessingException( in addPropertiesForParameterMetadata()
591 throw ProcessingException( in addPropertyForArrayTypeMetadata()
816 throw ProcessingException( in addPropertyForObjectPropertiesMap()
893 throw ProcessingException( in addPropertyForDataTypeToMatch()
DAppFunctionSerializableProcessor.kt29 import androidx.appfunctions.compiler.core.ProcessingException
126 } catch (e: ProcessingException) { in process()
DAppFunctionSerializableFactoryCodeBuilder.kt37 import androidx.appfunctions.compiler.core.ProcessingException in <lambda>()
141 throw ProcessingException( in <lambda>()
303 throw ProcessingException( in <lambda>()