Class VulkanCallFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jcoronado.api.VulkanException
com.io7m.jcoronado.api.VulkanCallFailedException
-
Constructor Summary
ConstructorsConstructorDescriptionVulkanCallFailedException(int in_code, String in_function, 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
-
VulkanCallFailedException
-
-
Method Details
-
equals
-
hashCode
-
function
- Returns:
- The name of the function that failed
-
errorCode
public int errorCode()- Returns:
- The error code returned by the function that failed
-