com.spire.doc.documents
Class HtmlConverterRegisterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.spire.doc.documents.DLSException
                  extended by com.spire.doc.documents.HtmlConverterRegisterException

public class HtmlConverterRegisterException
extends DLSException

Summary description for HTMLConverterRegisterException.

See Also:
Serialized Form

Constructor Summary
HtmlConverterRegisterException()
          Initializes a new instance of the class.
HtmlConverterRegisterException(java.lang.Exception innerExc)
          Initializes a new instance of the class.
HtmlConverterRegisterException(java.lang.String message)
          Initializes a new instance of the class.
HtmlConverterRegisterException(java.lang.String message, java.lang.Exception innerExc)
          Initializes a new instance of the class.
 

Constructor Detail

HtmlConverterRegisterException

public HtmlConverterRegisterException()
Initializes a new instance of the class.


HtmlConverterRegisterException

public HtmlConverterRegisterException(java.lang.Exception innerExc)
Initializes a new instance of the class.

Parameters:
innerExc - The inner exc.

HtmlConverterRegisterException

public HtmlConverterRegisterException(java.lang.String message)
Initializes a new instance of the class.

Parameters:
message - The message.

HtmlConverterRegisterException

public HtmlConverterRegisterException(java.lang.String message,
                                      java.lang.Exception innerExc)
Initializes a new instance of the class.

Parameters:
message - The message.
innerExc - The inner exc.