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
Author:
Pasi Keränen 29. Oct 1999
See Also:
Serialized Form

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, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, 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