Class DuplicateVariableKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.postman.collection.DuplicateVariableKeyException
All Implemented Interfaces:
Serializable

public class DuplicateVariableKeyException extends Exception
Exception thrown when an attempt is made to add a Property to a PropertyList with a duplicate key
See Also:
  • Constructor Details

    • DuplicateVariableKeyException

      public DuplicateVariableKeyException(String message)
      Constructs the exception
      Parameters:
      message - The message to send with the exception