Class PostmanCollectionFormatterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.odata2services.export.impl.PostmanCollectionFormatterException
-
- All Implemented Interfaces:
java.io.Serializable
public class PostmanCollectionFormatterException extends java.lang.RuntimeExceptionAn exception that could be thrown while formatting a Postman collection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostmanCollectionFormatterException(java.lang.Throwable cause)Instantiates a Postman collection formatter exception.
-