Package org.docx4j.services.client
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.services.client.ConversionException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConversionRateLimitException
public class ConversionException
extends java.lang.Exception
- Since:
- 3.3.0
- Author:
- jharrop
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConversionException(java.lang.String msg)ConversionException(java.lang.String msg, java.lang.Exception e)ConversionException(java.lang.String msg, java.lang.Exception e, org.apache.http.HttpResponse response)ConversionException(java.lang.String msg, java.lang.Throwable t)ConversionException(java.lang.String msg, org.apache.http.HttpResponse response)ConversionException(org.apache.http.HttpResponse response) -
Method Summary
Modifier and Type Method Description org.apache.http.HttpResponsegetResponse()
-
Constructor Details
-
ConversionException
public ConversionException(java.lang.String msg) -
ConversionException
public ConversionException(java.lang.String msg, java.lang.Exception e, org.apache.http.HttpResponse response) -
ConversionException
public ConversionException(java.lang.String msg, org.apache.http.HttpResponse response) -
ConversionException
public ConversionException(org.apache.http.HttpResponse response) -
ConversionException
public ConversionException(java.lang.String msg, java.lang.Exception e) -
ConversionException
public ConversionException(java.lang.String msg, java.lang.Throwable t)
-
-
Method Details
-
getResponse
public org.apache.http.HttpResponse getResponse()
-