|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.ms.System.Exception
com.aspose.slides.PptException
com.aspose.slides.PptReadException
com.aspose.slides.PptUnsupportedFormatException
public class PptUnsupportedFormatException
Exception which thrown when presentation file format is unsupported.
Constructor Summary | |
---|---|
PptUnsupportedFormatException()
Default constructor. |
|
PptUnsupportedFormatException(java.lang.String message)
Constructor allowing a message to be added to this exception. |
|
PptUnsupportedFormatException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception. |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Exception |
---|
getInnerException, getType, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PptUnsupportedFormatException()
Default constructor.
public PptUnsupportedFormatException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic PptUnsupportedFormatException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |