public class ExceptionInvalidPosition extends RuntimeException {
	public ExceptionInvalidPosition(String err) {
		super(err);
	}
}