Class VulkanException

    • Constructor Summary

      Constructors 
      Constructor Description
      VulkanException​(java.lang.String message)
      Construct an exception.
      VulkanException​(java.lang.String message, java.lang.Throwable cause)
      Construct an exception.
      VulkanException​(java.lang.Throwable cause)
      Construct an exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VulkanException

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

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

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