Class GameEngineException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class GameEngineException
    extends java.lang.RuntimeException
    Deprecated.
    GameEngine exception. Note that it extends RuntimeException, and, thus, is unchecked.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GameEngineException()
      Deprecated.
      Constructs an empty Exception.
      GameEngineException​(java.lang.String msg)
      Deprecated.
      Constructs an exception with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • GameEngineException

        public GameEngineException()
        Deprecated.
        Constructs an empty Exception.
      • GameEngineException

        public GameEngineException​(java.lang.String msg)
        Deprecated.
        Constructs an exception with the given message.