java.lang.Object
org.mbari.vcr4j.SimpleVideoError
- All Implemented Interfaces:
VideoError
- Since:
- 2016-03-25T10:59:00
- Author:
- Brian Schlining
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleVideoError(boolean error) SimpleVideoError(boolean error, VideoCommand<?> videoCommand) -
Method Summary
-
Constructor Details
-
SimpleVideoError
-
SimpleVideoError
public SimpleVideoError(boolean error)
-
-
Method Details
-
getVideoCommand
- Specified by:
getVideoCommandin interfaceVideoError- Returns:
- The command that triggered the error
-
hasError
public boolean hasError()- Specified by:
hasErrorin interfaceVideoError- Returns:
- true if an error condition occurred in response to a command
-