edu.wpi.first.wpilibj.tables
Class TableKeyNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
edu.wpi.first.wpilibj.networktables.NetworkTableKeyNotDefined
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TableKeyNotDefinedException
public TableKeyNotDefinedException(String key)
- Parameters:
key
- the key that was not defined in the table
Copyright © 2013. All rights reserved.