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.HttpResponse getResponse()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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()