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