Class SimpleVideoError
java.lang.Object
org.mbari.vcr4j.SimpleVideoError
-
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
-