java.lang.Object
org.mbari.vcr4j.sharktopoda.SharktopodaError
- All Implemented Interfaces:
VideoError
- Since:
- 2016-08-25T16:40:00
- Author:
- Brian Schlining
-
Constructor Summary
ConstructorsConstructorDescriptionSharktopodaError(boolean connectionError, boolean parserError, boolean unknownError, Optional<VideoCommand<?>> videoCommand) -
Method Summary
Modifier and TypeMethodDescriptionOptional<VideoCommand<?>>booleanhasError()booleanbooleanboolean
-
Constructor Details
-
SharktopodaError
public SharktopodaError(boolean connectionError, boolean parserError, boolean unknownError, Optional<VideoCommand<?>> videoCommand)
-
-
Method Details
-
getVideoCommand
- Specified by:
getVideoCommandin interfaceVideoError
-
hasError
public boolean hasError()- Specified by:
hasErrorin interfaceVideoError
-
isConnectionError
public boolean isConnectionError() -
isParseError
public boolean isParseError() -
isUnknownError
public boolean isUnknownError()
-