documenteditexception-ag凯发旗舰厅



com.spire.presentation
class documenteditexception

java.lang.object
  extended by java.lang.throwable
      extended by java.lang.exception
          extended by com.spire.presentation.documenteditexception

public class documenteditexception
extends java.lang.exception

represents an exception thrown when edit presentation error is detected.

see also:
serialized form

constructor summary
documenteditexception()
          default constructor.
documenteditexception(java.lang.string message)
          constructor allowing a message to be added to this exception.
documenteditexception(java.lang.string message, java.lang.exception exception)
          constructor for an exception containing a message and an embedded exception.
 
constructor detail

documenteditexception

public documenteditexception()
default constructor.

documenteditexception

public documenteditexception(java.lang.string message)
constructor allowing a message to be added to this exception.
parameters:
message - message

documenteditexception

public documenteditexception(java.lang.string message,
                             java.lang.exception exception)
constructor for an exception containing a message and an embedded exception.
parameters:
message - message
exception - original exception


网站地图