dlsexception-ag凯发旗舰厅



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 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.
 
constructor detail

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.


网站地图