DawnException


public final class DawnException extends Exception


Exception for errors originating from the Dawn WebGPU library that do not fit into more specific WebGPU error categories.

Summary

Public constructors

Public constructors

DawnException

Added in 1.0.0-alpha01
public DawnException(@NonNull String message)
Parameters
@NonNull String message

A detailed message explaining the error.