public final class CouldNotCreateVideoCardResourceException extends RuntimeException
In most cases, this exception is thrown in response to calling Set
on a
primitive
when there is not enough video memory available.
This exception is also thrown when a shader fails to compile or link. You may be able to resolve this issue by upgrading your video drivers.
Constructor and Description |
---|
CouldNotCreateVideoCardResourceException(String message)
Initializes a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CouldNotCreateVideoCardResourceException(String message)
message
- A description of the exception.