com.spire.doc.documents
Class DLSException

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
Direct Known Subclasses:
HtmlConverterRegisterException

public class DLSException
extends java.lang.RuntimeException

Represents general exception in DLS library.

See Also:
Serialized Form

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

Constructor Detail

DLSException

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


DLSException

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

Parameters:
innerExc - The inner exc.

DLSException

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

Parameters:
message - The message.

DLSException

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

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