Package org.docx4j.services.client
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.services.client.ConversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionRateLimitException
- Since:
- 3.3.0
- Author:
- jharrop
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversionException(String msg, Exception e) ConversionException(String msg, Exception e, org.apache.http.HttpResponse response) ConversionException(String msg, Throwable t) ConversionException(String msg, org.apache.http.HttpResponse response) ConversionException(org.apache.http.HttpResponse response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
-
ConversionException
-
ConversionException
-
ConversionException
public ConversionException(org.apache.http.HttpResponse response) -
ConversionException
-
ConversionException
-
-
Method Details
-
getResponse
public org.apache.http.HttpResponse getResponse()
-