Class InvalidPropertyException

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

public class InvalidPropertyException extends Exception
Exception thrown when an invalid action is taken against an object property, eg., an attempt to see an Event's exec property to null, etc.
See Also:
  • Constructor Details

    • InvalidPropertyException

      public InvalidPropertyException(String msg)