Class VulkanException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jcoronado.api.VulkanException
  • Constructor Details

    • VulkanException

      public VulkanException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • VulkanException

      public VulkanException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
    • VulkanException

      public VulkanException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The cause