edu.wpi.first.wpilibj.networktables2.server
Class ServerConnectionState.Error
java.lang.Object
edu.wpi.first.wpilibj.networktables2.server.ServerConnectionState
edu.wpi.first.wpilibj.networktables2.server.ServerConnectionState.Error
- Enclosing class:
- ServerConnectionState
public static class ServerConnectionState.Error
- extends ServerConnectionState
Represents that the client is in an error state
- Author:
- Mitchell
ServerConnectionState.Error
public ServerConnectionState.Error(Exception e)
- Create a new error state
- Parameters:
e
-
toString
public String toString()
- Overrides:
toString
in class ServerConnectionState
getException
public Exception getException()
- Returns:
- the exception that caused the client connection to enter an error state
Copyright © 2013. All rights reserved.