Class PostmanCollectionFormatterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.export.impl.PostmanCollectionFormatterException
- All Implemented Interfaces:
Serializable
An exception that could be thrown while formatting a Postman collection.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a Postman collection formatter exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PostmanCollectionFormatterException
Instantiates a Postman collection formatter exception.- Parameters:
cause- the root cause wrapped exception
-