com.aspose.slides
Class PptPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aspose.slides.PptException
              extended by com.aspose.slides.PptEditException
                  extended by com.aspose.slides.PptPropertyException
All Implemented Interfaces:
java.io.Serializable

public class PptPropertyException
extends PptEditException

This exception is thrown if value or type of a property is wrong.

See Also:
Serialized Form

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

PptPropertyException

public PptPropertyException()
Creates a new PptPropertyException.


PptPropertyException

public PptPropertyException(java.lang.String message)
Creates a new PptPropertyException with a message string.

Parameters:
message - The message string.

PptPropertyException

public PptPropertyException(java.lang.String message,
                            java.lang.Throwable cause)
Creates a new PptPropertyException with a message string and a reason.

Parameters:
message - The message string.
cause - The reason, i.e. a throwable that indirectly caused this exception.

PptPropertyException

public PptPropertyException(java.lang.Throwable cause)
Creates a new PptPropertyException with a reason.

Parameters:
cause - The reason, i.e. a throwable that indirectly caused this exception.