Class VulkanIncompatibleClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jcoronado.api.VulkanException
com.io7m.jcoronado.api.VulkanIncompatibleClassException
- All Implemented Interfaces:
Serializable
An exception raised by attempting to use a class that is not compatible with a particular
provider implementation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VulkanIncompatibleClassException
Construct an exception.- Parameters:
message- The error message
-