Package edu.wpi.first.cscore
Class VideoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.wpi.first.cscore.VideoException
- All Implemented Interfaces:
Serializable
An exception raised by the camera server.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.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.
-