edu.wpi.first.wpilibj.tables
Class TableKeyNotDefinedException

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
                      extended by edu.wpi.first.wpilibj.tables.TableKeyNotDefinedException
All Implemented Interfaces:
Serializable

public class TableKeyNotDefinedException
extends NetworkTableKeyNotDefined

An exception throw when the lookup a a key-value fails in a ITable

Author:
Mitchell
See Also:
Serialized Form

Constructor Summary
TableKeyNotDefinedException(String key)
           
 
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

TableKeyNotDefinedException

public TableKeyNotDefinedException(String key)
Parameters:
key - the key that was not defined in the table


Copyright © 2013. All rights reserved.