Class IllegalInputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.exception.IllegalInputException
All Implemented Interfaces:
Serializable

public class IllegalInputException extends RuntimeException
This exception indicates that a provided by the user input or file is not valid for a particular operation
See Also:
  • Constructor Details

    • IllegalInputException

      public IllegalInputException(String message)
      Default constructor
      Parameters:
      message - String describing the exception
    • IllegalInputException

      public IllegalInputException(String message, Throwable throwable)
      Default constructor with original exception
      Parameters:
      message - String describing the exception
      throwable - Throwable exception