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
All Implemented Interfaces:
Serializable

public class BadMessageException
extends IOException

An exception throw when a NetworkTableNode receives a bad message

Author:
Mitchell
See Also:
Serialized Form

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

BadMessageException

public BadMessageException(String message)
Create a new exception

Parameters:
message - a message


Copyright © 2013. All rights reserved.