Class VariableResolutionException

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

public class VariableResolutionException extends Exception
Error thrown if something prevents the resolution of a variable value, eg., the specified variable doesn't exist, etc.
See Also:
  • Constructor Details

    • VariableResolutionException

      public VariableResolutionException(String message)