public final class InsufficientVideoCardException extends RuntimeException
Some features require specific support from the video card and driver. If these features are used without an appropriate video card or driver, this exception is thrown. A list of features and the video card support they require is listed in the System Requirements.
As an alternative to catching this exception, a user can ask if a particular feature is supported. For example, see
SurfaceMeshPrimitive.supported(agi.foundation.graphics.advanced.SurfaceMeshRenderingMethod)
.
Constructor and Description |
---|
InsufficientVideoCardException(String message)
Initializes a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientVideoCardException(String message)
message
- A description of the exception.