GameActionNotHandled.java :  » Game » electronengine » com » enectic » electron » core » exceptions » Android Open Source

Android Open Source » Game » electronengine 
electronengine » com » enectic » electron » core » exceptions » GameActionNotHandled.java
package com.enectic.electron.core.exceptions;

public class GameActionNotHandled extends RuntimeException {

  private static final long serialVersionUID = 3188791943021170250L;

  public GameActionNotHandled(String string) {
            super(string);
    }

}

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.