|
||||||||
| 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.PptReadException
public class PptReadException
This exception is thrown if a read presentation error is detected.
| Constructor Summary | |
|---|---|
PptReadException()
Creates a new PptReadException. |
|
PptReadException(java.lang.String message)
Creates a new PptReadException with a message string. |
|
PptReadException(java.lang.String message,
java.lang.Throwable cause)
Creates a new PptReadException with a message string and a reason. |
|
PptReadException(java.lang.Throwable cause)
Creates a new PptReadException 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 PptReadException()
PptReadException.
public PptReadException(java.lang.String message)
PptReadException with a message string.
message - The message string.
public PptReadException(java.lang.String message,
java.lang.Throwable cause)
PptReadException with a message string and a reason.
message - The message string.cause - The reason, i.e. a throwable that indirectly caused this exception.public PptReadException(java.lang.Throwable cause)
PptReadException 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 | |||||||