com.aspose.slides
Class UnsupportedFormatException

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

public class UnsupportedFormatException
extends PptEditException

See Also:
Serialized Form

Constructor Summary
UnsupportedFormatException(java.lang.String message)
           
UnsupportedFormatException(java.lang.String message, java.lang.Throwable cause)
           
 
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

UnsupportedFormatException

public UnsupportedFormatException(java.lang.String message)

UnsupportedFormatException

public UnsupportedFormatException(java.lang.String message,
                                  java.lang.Throwable cause)