GltfLoadException

class GltfLoadException : RuntimeException


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.