Class IllegalPropertyAccessException

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

public class IllegalPropertyAccessException extends Exception
Exception thrown when an invalid action is taken against PropertyList, eg., IndexOutOfBounds, attempts to set the raw property of a BodyElement when that body's mode is not raw etc.
See Also:
  • Constructor Details

    • IllegalPropertyAccessException

      public IllegalPropertyAccessException(String message)