public class OOXMLCorruptFileException extends OOXMLException
Exception which thrown when Office Open XML file format is corrupted.
| Constructor and Description |
|---|
OOXMLCorruptFileException()
Default constructor.
|
OOXMLCorruptFileException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
OOXMLCorruptFileException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public OOXMLCorruptFileException()
Default constructor.
public OOXMLCorruptFileException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message - messagepublic OOXMLCorruptFileException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message - messageexception - original exceptionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.