edu.wpi.first.wpilibj.networktables
Class NetworkTableKeyNotDefined
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
edu.wpi.first.wpilibj.networktables.NetworkTableKeyNotDefined
- Direct Known Subclasses:
- TableKeyNotDefinedException
Deprecated. to provide backwards compatability for new api
public class NetworkTableKeyNotDefined
- extends NoSuchElementException
An exception throw when the lookup a a key-value fails in a NetworkTable
- Author:
- Mitchell
NetworkTableKeyNotDefined
public NetworkTableKeyNotDefined(String key)
- Deprecated.
- Parameters:
key
- the key that was not defined in the table
"For updated information see the Java FRC site"