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
All Implemented Interfaces:
Serializable
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
See Also:
Serialized Form

Constructor Summary
NetworkTableKeyNotDefined(String key)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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


Copyright © 2013. All rights reserved.