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