Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for locationAwareExceptionFor (0.19 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/Interpreter.kt

        val targetException = maybeUnwrapInvocationTargetException(e)
        val locationAware = locationAwareExceptionFor(targetException, scriptClass, scriptSource)
        throw locationAware ?: targetException
    }
    
    
    private
    fun locationAwareExceptionFor(
        original: Throwable,
        scriptClass: Class<*>,
        scriptSource: ScriptSource
    ): LocationAwareException? {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 21.1K bytes
    - Viewed (0)
Back to top