Class SharktopodaError

java.lang.Object
org.mbari.vcr4j.sharktopoda.SharktopodaError
All Implemented Interfaces:
VideoError

public class SharktopodaError extends Object implements VideoError
Since:
2016-08-25T16:40:00
Author:
Brian Schlining
  • Constructor Details

    • SharktopodaError

      public SharktopodaError(boolean connectionError, boolean parserError, boolean unknownError, Optional<VideoCommand<?>> videoCommand)
  • Method Details

    • getVideoCommand

      public Optional<VideoCommand<?>> getVideoCommand()
      Specified by:
      getVideoCommand in interface VideoError
    • hasError

      public boolean hasError()
      Specified by:
      hasError in interface VideoError
    • isConnectionError

      public boolean isConnectionError()
    • isParseError

      public boolean isParseError()
    • isUnknownError

      public boolean isUnknownError()