"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables
Class NetworkTableKeyNotDefined

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.NoSuchElementException
                  extended by 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

Constructor Summary
NetworkTableKeyNotDefined(String key)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkTableKeyNotDefined

public NetworkTableKeyNotDefined(String key)
Deprecated. 
Parameters:
key - the key that was not defined in the table

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"