
com.codeminders.ardrone.NavDataFormatException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javadrone-api Show documentation
Show all versions of javadrone-api Show documentation
Java API (without using native code) to control AR.Drone
The newest version!
package com.codeminders.ardrone;
@SuppressWarnings("serial")
public class NavDataFormatException extends Exception
{
public NavDataFormatException(String why)
{
super(why);
}
}