Class VulkanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jcoronado.api.VulkanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VulkanAllocationFailedException,VulkanCallFailedException,VulkanDestroyedException,VulkanIncompatibleClassException,VulkanLWJGLSupportException,VulkanMissingRequiredExtensionsException,VulkanMissingRequiredLayersException,VulkanMissingRequiredMemoryTypeException,VulkanResourceException
The base type of exceptions raised by the API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVulkanException(String message) Construct an exception.VulkanException(String message, Throwable cause) Construct an exception.VulkanException(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
-
Constructor Details
-
VulkanException
-
VulkanException
-
VulkanException
-