Class VulkanMissingRequiredExtensionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jcoronado.api.VulkanException
com.io7m.jcoronado.api.VulkanMissingRequiredExtensionsException
- All Implemented Interfaces:
Serializable
An exception raised by one or more required extensions not being present.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVulkanMissingRequiredExtensionsException(Set<String> in_missing, String message) 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
-
Constructor Details
-
VulkanMissingRequiredExtensionsException
-
-
Method Details
-
missing
-