Package edu.wpi.first.networktables
Class PersistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
edu.wpi.first.networktables.PersistentException
- All Implemented Interfaces:
Serializable
public final class PersistentException extends IOException
An exception thrown when persistent load/save fails in a
NetworkTable
.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PersistentException(String message)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Details