"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.connection
Class BadMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.wpi.first.wpilibj.networktables2.connection.BadMessageException

public class BadMessageException
extends IOException

An exception throw when a NetworkTableNode receives a bad message

Author:
Mitchell

Constructor Summary
BadMessageException(String message)
          Create a new exception
 
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

BadMessageException

public BadMessageException(String message)
Create a new exception

Parameters:
message - a message

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"