|
||||||||
| 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.aspose.slides.PptException
com.aspose.slides.PptWriteException
public class PptWriteException
This exception is thrown if a write presentation error is detected.
| Constructor Summary | |
|---|---|
PptWriteException()
Creates a new PptWriteException. |
|
PptWriteException(java.lang.String message)
Creates a new PptWriteException with a message string. |
|
PptWriteException(java.lang.String message,
java.lang.Throwable cause)
Creates a new PptWriteException with a message string and a reason. |
|
PptWriteException(java.lang.Throwable cause)
Creates a new PptWriteException with a reason. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PptWriteException()
PptWriteException.
public PptWriteException(java.lang.String message)
PptWriteException with a message string.
message - The message string.
public PptWriteException(java.lang.String message,
java.lang.Throwable cause)
PptWriteException with a message string and a reason.
message - The message string.cause - The reason, i.e. a throwable that indirectly caused this exception.public PptWriteException(java.lang.Throwable cause)
PptWriteException with a reason.
cause - The reason, i.e. a throwable that indirectly caused this exception.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||