dlsexception-ag凯发旗舰厅
com.spire.doc.documents
class dlsexception
java.lang.object
java.lang.throwable
java.lang.exception
java.lang.runtimeexception
com.spire.doc.documents.dlsexception
- direct known subclasses:
- htmlconverterregisterexception
public class dlsexception
- extends java.lang.runtimeexception
represents general exception in spire.doc library.
- see also:
- serialized form
constructor summary |
dlsexception()
initializes a new instance of the dlsexception class. |
dlsexception(java.lang.exception innerexc)
initializes a new instance of the dlsexception class. |
dlsexception(java.lang.string message)
initializes a new instance of the dlsexception class. |
dlsexception(java.lang.string message,
java.lang.exception innerexc)
initializes a new instance of the dlsexception class. |
dlsexception
public dlsexception()
- initializes a new instance of the dlsexception class.
dlsexception
public dlsexception(java.lang.exception innerexc)
- initializes a new instance of the dlsexception class.
- parameters:
innerexc
- the inner exc.
dlsexception
public dlsexception(java.lang.string message)
- initializes a new instance of the dlsexception class.
- parameters:
message
- the message.
dlsexception
public dlsexception(java.lang.string message,
java.lang.exception innerexc)
- initializes a new instance of the dlsexception class.
- parameters:
message
- the message.innerexc
- the inner exc.