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