Class VideoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wpilib.vision.camera.VideoException
- All Implemented Interfaces:
Serializable
An exception raised by the camera server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VideoException
Constructs the exception with the given message.- Parameters:
msg- The exception message.
-