Class CaptureFormatException

All Implemented Interfaces:
Serializable

public final class CaptureFormatException extends IllegalArgumentException
Reports invalid, malformed, or unsupported capture artifacts without echoing their contents.
See Also:
  • Constructor Details

    • CaptureFormatException

      public CaptureFormatException(String message)
      Creates a format exception.
      Parameters:
      message - actionable safe message
    • CaptureFormatException

      public CaptureFormatException(String message, Throwable cause)
      Creates a format exception with a retained cause.
      Parameters:
      message - actionable safe message
      cause - original cause