Class VulkanImplementationException

All Implemented Interfaces:
com.io7m.seltzer.api.SStructuredErrorExceptionType<String>, com.io7m.seltzer.api.SStructuredErrorType<String>, Serializable

public final class VulkanImplementationException extends VulkanException
An exception raised by a problem with the Vulkan implementation (such as violating the Vulkan specification).
See Also:
  • Constructor Details

    • VulkanImplementationException

      public VulkanImplementationException(String message, Throwable cause, Map<String,String> attributes)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
      attributes - The error attributes
    • VulkanImplementationException

      public VulkanImplementationException(String message, Map<String,String> attributes)
      Construct an exception.
      Parameters:
      message - The message
      attributes - The error attributes