PptxUnsupportedFormatException

PptxUnsupportedFormatException class

Exception which thrown when presentation file format is unsupported.

PptxUnsupportedFormatException

NameDescription
PptxUnsupportedFormatException()Default constructor.

Result: PptxUnsupportedFormatException


PptxUnsupportedFormatException

NameDescription
PptxUnsupportedFormatException(String)Constructor allowing a message to be added to this exception.

Parameters:

NameTypeDescription
messageStringmessage

Result: PptxUnsupportedFormatException


PptxUnsupportedFormatException

NameDescription
PptxUnsupportedFormatException(String, RuntimeException)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Result: PptxUnsupportedFormatException


addSuppressed

NameDescription
addSuppressed(Throwable)

fillInStackTrace

NameDescription
fillInStackTrace()

Result: Throwable


getCause

NameDescription
getCause()

Result: Throwable


getInnerException

NameDescription
getInnerException()

Result: Throwable


getLocalizedMessage

NameDescription
getLocalizedMessage()

Result: String


getMessage

NameDescription
getMessage()

Result: String


getStackTrace

NameDescription
getStackTrace()

Result: StackTraceElement


getSuppressed

NameDescription
getSuppressed()

Result: Throwable


getType

NameDescription
getType()

Result: Type


initCause

NameDescription
initCause(Throwable)

Result: Throwable


printStackTrace

NameDescription
printStackTrace()

printStackTrace

NameDescription
printStackTrace(PrintStream)

printStackTrace

NameDescription
printStackTrace(PrintWriter)

setStackTrace

NameDescription
setStackTrace(java.lang.StackTraceElement[])