1 /* 2 * To change this template, choose Tools | Templates 3 * and open the template in the editor. 4 */ 5 6 package jme3tools.navigation; 7 8 /** 9 * 10 * @author normenhansen 11 */ 12 public class InvalidPositionException extends Exception{ 13 14 } 15