Class InputException

All Implemented Interfaces:
Serializable

public class InputException extends DcvException
Exception thrown when there is an issue with the input supplied to the library.

The `InputException` class is a specialized exception that extends the `DcvException` class. It is used to signal problems related to the input provided to the library. This exception is typically thrown when the input does not meet the expected format, contains invalid values, or fails validation checks.

See Also:
  • Constructor Details

    • InputException

      public InputException(DcvError dcvError)
      Constructs a new InputException `InputException` with a specific `DcvError` instance.
      Parameters:
      dcvError - the DCV error that caused the exception to be thrown
    • InputException

      public InputException(DcvError dcvError, Throwable cause)
      Constructs a new `InputException` with a specific `DcvError` instance and a cause.
      Parameters:
      dcvError - the DCV error that caused the exception to be thrown
      cause - the cause of the exception