GF4J 0.9.4 Beta

gameframe
Class SettingsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gameframe.GameFrameException
                    |
                    +--gameframe.SettingsException
All Implemented Interfaces:
java.io.Serializable

public class SettingsException
extends GameFrameException

GameFrame exception that gets thrown when GameFrame is used in a wrong way.

Since:
GameFrame for Java 0.9.1
Version:
GameFrame for Java 0.9.4
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
SettingsException(java.lang.String strDescription)
          Contstructs a SettingsException with the given description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SettingsException

public SettingsException(java.lang.String strDescription)
Contstructs a SettingsException with the given description.
Parameters:
strDescription - A textual description of the exception.

GF4J 0.9.4 Beta