GF4J 0.9.4 Beta

gameframe
Class GameFrameException

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

public class GameFrameException
extends java.lang.Exception

Base class for all GameFrame exceptions.

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
GameFrameException(java.lang.String strDescription)
           
 
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

GameFrameException

public GameFrameException(java.lang.String strDescription)

GF4J 0.9.4 Beta