|
||||||||
| 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.PptEditException
com.aspose.slides.PptPropertyException
public class PptPropertyException
This exception is thrown if value or type of a property is wrong.
| Constructor Summary | |
|---|---|
PptPropertyException()
Creates a new PptPropertyException. |
|
PptPropertyException(java.lang.String message)
Creates a new PptPropertyException with a message string. |
|
PptPropertyException(java.lang.String message,
java.lang.Throwable cause)
Creates a new PptPropertyException with a message string and a reason. |
|
PptPropertyException(java.lang.Throwable cause)
Creates a new PptPropertyException 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 PptPropertyException()
PptPropertyException.
public PptPropertyException(java.lang.String message)
PptPropertyException with a message string.
message - The message string.
public PptPropertyException(java.lang.String message,
java.lang.Throwable cause)
PptPropertyException with a message string and a reason.
message - The message string.cause - The reason, i.e. a throwable that indirectly caused this exception.public PptPropertyException(java.lang.Throwable cause)
PptPropertyException 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 | |||||||