|
||||||||||
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.GamerServices.GuideAlreadyVisibleException
public class GuideAlreadyVisibleException
Thrown if an attempt is made to display a component of the Guide user interface when a Guide component is already displayed.
Constructor Summary | |
---|---|
GuideAlreadyVisibleException()
Initializes an empty instance of GuideAlreadyVisibleException. |
|
GuideAlreadyVisibleException(java.lang.String message)
Initializes an instance of GuideAlreadyVisibleException with the specified error message. |
|
GuideAlreadyVisibleException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes an instance of GuideAlreadyVisibleException with the specified error message and related inner exception. |
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 GuideAlreadyVisibleException()
public GuideAlreadyVisibleException(java.lang.String message)
message
- A message describing the error.public GuideAlreadyVisibleException(java.lang.String message, java.lang.RuntimeException innerException)
message
- A message describing the error.innerException
- The inner exception related to this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |