|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.spire.presentation.DocumentEditException
public class DocumentEditException
Represents an exception thrown when edit presentation error is detected.
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 |
---|
public DocumentEditException()
public DocumentEditException(java.lang.String message)
message
- messagepublic DocumentEditException(java.lang.String message, java.lang.Exception exception)
message
- messageexception
- original exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |