GltfLoadException

class GltfLoadException : RuntimeException

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.lang.RuntimeException
         โ†ณ androidx.xr.compose.subspace.GltfLoadException

Exception thrown when a glTF model fails to load.

Summary

Public constructors

GltfLoadException(message: String?, cause: Throwable?)

Public constructors

GltfLoadException

Added in 1.0.0-alpha13
GltfLoadException(
    message: String? = "Failed to load glTF model",
    cause: Throwable? = null
)
Parameters
message: String? = "Failed to load glTF model"

the detail message.

cause: Throwable? = null

the underlying cause of the failure.