Class OpenOfficeConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.officeimporter.openoffice.OpenOfficeConverterException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class OpenOfficeConverterException extends Exception
Deprecated.since 5.0M2, useOfficeConverterException
insteadRepresents exceptions encountered during office document conversion operations.- Since:
- 2.2M1
- Version:
- $Id: 77e22d0e53b2cbcffe00c9d705b155a67523cb98 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenOfficeConverterException(String message)
Deprecated.Constructs a newOpenOfficeConverterException
.OpenOfficeConverterException(String message, Throwable cause)
Deprecated.Constructs a newOpenOfficeConverterException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OpenOfficeConverterException
public OpenOfficeConverterException(String message)
Deprecated.Constructs a newOpenOfficeConverterException
.- Parameters:
message
- the string explaining the error.
-
OpenOfficeConverterException
public OpenOfficeConverterException(String message, Throwable cause)
Deprecated.Constructs a newOpenOfficeConverterException
.- Parameters:
message
- the string explaining the error.cause
- theThrowable
which is the cause of this exception.
-
-