Class ErrorConstraintException

  • All Implemented Interfaces:
    Serializable

    public class ErrorConstraintException
    extends RuntimeException
    Exception representing an exceptional-pass internally. When an ErrorConstraintException is thrown, the generating approach starts the identification exception-inducing combinations for the related test input.
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorConstraintException

        public ErrorConstraintException​(String errorMessage)
        Parameters:
        errorMessage - error message to store
      • ErrorConstraintException

        public ErrorConstraintException​(Throwable error)
        Parameters:
        error - thrown error to store.
      • ErrorConstraintException

        public ErrorConstraintException()
        default constructor