documenteditexception-ag凯发旗舰厅
com.spire.presentation
class documenteditexception
java.lang.object
java.lang.throwable
java.lang.exception
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. |
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
- messageexception
- original exception