Class VulkanUncheckedException

All Implemented Interfaces:
Serializable

public final class VulkanUncheckedException extends RuntimeException
An exception type used to temporarily wrap exceptions in an unchecked wrapper (for use in streams and the like).
See Also:
  • Constructor Details

    • VulkanUncheckedException

      public VulkanUncheckedException(VulkanException in_cause)
      Construct an exception.
      Parameters:
      in_cause - The cause
  • Method Details