vooga.engine.factory
Class LevelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vooga.engine.factory.LevelException
All Implemented Interfaces:
java.io.Serializable

public class LevelException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
static java.lang.RuntimeException CLASS_CASTING_EXCEPTION
           
static java.lang.RuntimeException CONTROL_PARSING_EXCEPTION
           
static java.lang.RuntimeException CONTROL_PARSING_EXCEPTION_CLASS_NOT_FOUND
           
static java.lang.RuntimeException EVENT_NOT_FOUND_EXCEPTION
           
static java.lang.RuntimeException LEVEL_PARSING_EXCEPTION
           
static java.lang.RuntimeException RULE_NOT_FOUND_EXCEPTION
           
 
Constructor Summary
LevelException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEVEL_PARSING_EXCEPTION

public static final java.lang.RuntimeException LEVEL_PARSING_EXCEPTION

CLASS_CASTING_EXCEPTION

public static final java.lang.RuntimeException CLASS_CASTING_EXCEPTION

RULE_NOT_FOUND_EXCEPTION

public static final java.lang.RuntimeException RULE_NOT_FOUND_EXCEPTION

EVENT_NOT_FOUND_EXCEPTION

public static final java.lang.RuntimeException EVENT_NOT_FOUND_EXCEPTION

CONTROL_PARSING_EXCEPTION

public static final java.lang.RuntimeException CONTROL_PARSING_EXCEPTION

CONTROL_PARSING_EXCEPTION_CLASS_NOT_FOUND

public static final java.lang.RuntimeException CONTROL_PARSING_EXCEPTION_CLASS_NOT_FOUND
Constructor Detail

LevelException

public LevelException()