Package com.postman.collection
Class InvalidCollectionActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.postman.collection.InvalidCollectionActionException
- All Implemented Interfaces:
Serializable
Exception thrown when an invalid action is attempted on a collection, eg. attempting to add an item to a non-existent parent, etc.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCollectionActionException
- Parameters:
message
-
-
InvalidCollectionActionException
-