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
public class VideoException extends RuntimeException
An exception raised by the camera server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoException(String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-