vooga.engine.factory
Class ClassAssociatedException

java.lang.Object
  extended by vooga.engine.factory.ClassAssociatedException

public class ClassAssociatedException
extends java.lang.Object

Exceptions for the MapReader


Field Summary
static java.lang.RuntimeException CHARACTER_NOT_FOUND
           
static java.lang.RuntimeException CLASS_NOT_FOUND
           
 
Constructor Summary
ClassAssociatedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NOT_FOUND

public static final java.lang.RuntimeException CLASS_NOT_FOUND

CHARACTER_NOT_FOUND

public static final java.lang.RuntimeException CHARACTER_NOT_FOUND
Constructor Detail

ClassAssociatedException

public ClassAssociatedException()