|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException
public final class NoSuitableGraphicsDeviceException
Thrown when no available graphics device fits the given device preferences.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |