Class VulkanLWJGLSupportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jcoronado.api.VulkanException
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLSupportException
- All Implemented Interfaces:
Serializable
An exception relating to a lack of software support.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVulkanLWJGLSupportException(String message) An exception relating to a lack of software support. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VulkanLWJGLSupportException
An exception relating to a lack of software support.- Parameters:
message- The exception message
-