com.spire.doc.documents
Class MailMergeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spire.doc.documents.MailMergeException

public class MailMergeException
extends java.lang.Exception

Summary description for MailMergeException.

See Also:
Serialized Form

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

Constructor Detail

MailMergeException

public MailMergeException()
Default constructor.


MailMergeException

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

Parameters:
innerExc - The inner exc.

MailMergeException

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

Parameters:
message - The message.

MailMergeException

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

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