|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spire.doc.documents.DLSException
public class DLSException
Represents general exception in DLS library.
Constructor Summary | |
---|---|
DLSException()
Initializes a new instance of the |
|
DLSException(java.lang.Exception innerExc)
Initializes a new instance of the |
|
DLSException(java.lang.String message)
Initializes a new instance of the |
|
DLSException(java.lang.String message,
java.lang.Exception innerExc)
Initializes a new instance of the |
Constructor Detail |
---|
public DLSException()
public DLSException(java.lang.Exception innerExc)
innerExc
- The inner exc.public DLSException(java.lang.String message)
message
- The message.public DLSException(java.lang.String message, java.lang.Exception innerExc)
message
- The message.innerExc
- The inner exc.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |