Class OfficeConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.officeimporter.converter.OfficeConverterException
-
- All Implemented Interfaces:
Serializable
public class OfficeConverterException extends Exception
Represents an exception that can be thrown during office document conversion operations.- Since:
- 5.0M2
- Version:
- $Id: c2baf2ae35779c45592d944e32eccba40a8cd660 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfficeConverterException(String message)
Constructs a new instance.OfficeConverterException(String message, Throwable cause)
Constructs a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OfficeConverterException
public OfficeConverterException(String message)
Constructs a new instance.- Parameters:
message
- the exception message
-
-