Class VulkanUncheckedException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class VulkanUncheckedException
    extends java.lang.RuntimeException
    An exception type used to temporarily wrap exceptions in an unchecked wrapper (for use in streams and the like).
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VulkanException getCause()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • VulkanUncheckedException

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

      • getCause

        public VulkanException getCause()
        Overrides:
        getCause in class java.lang.Throwable