public final class NoSuitableGraphicsDeviceException
extends java.lang.RuntimeException
Constructor and Description |
---|
NoSuitableGraphicsDeviceException()
Creates a new instance of this object.
|
NoSuitableGraphicsDeviceException(java.lang.String message)
Creates a new instance of this object.
|
NoSuitableGraphicsDeviceException(java.lang.String message,
java.lang.RuntimeException inner)
Creates a new instance of this object.
|
public NoSuitableGraphicsDeviceException()
public NoSuitableGraphicsDeviceException(java.lang.String message)
message
- A message that describes the error.public NoSuitableGraphicsDeviceException(java.lang.String message, java.lang.RuntimeException inner)
message
- A message that describes the error.
The exception that is the cause of the current exception. If the inner parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.