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