Microsoft.Xna.Framework.GamerServices
Class GuideAlreadyVisibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by Microsoft.Xna.Framework.GamerServices.GuideAlreadyVisibleException
All Implemented Interfaces:
java.io.Serializable

public class GuideAlreadyVisibleException
extends java.lang.RuntimeException

Thrown if an attempt is made to display a component of the Guide user interface when a Guide component is already displayed.

Author:
Halofreak1990
See Also:
Serialized Form

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

GuideAlreadyVisibleException

public GuideAlreadyVisibleException()
Initializes an empty instance of GuideAlreadyVisibleException.


GuideAlreadyVisibleException

public GuideAlreadyVisibleException(java.lang.String message)
Initializes an instance of GuideAlreadyVisibleException with the specified error message.

Parameters:
message - A message describing the error.

GuideAlreadyVisibleException

public GuideAlreadyVisibleException(java.lang.String message,
                                    java.lang.RuntimeException innerException)
Initializes an instance of GuideAlreadyVisibleException with the specified error message and related inner exception.

Parameters:
message - A message describing the error.
innerException - The inner exception related to this exception.