Class DocumentFormatConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.kernel.SilverpeasRuntimeException
-
- org.silverpeas.core.contribution.converter.DocumentFormatConversionException
-
- All Implemented Interfaces:
Serializable
public class DocumentFormatConversionException extends org.silverpeas.kernel.SilverpeasRuntimeException
Exception thrown when an error occurs while converting a document to another format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentFormatConversionException(String msg)
Constructs an instance ofFormatConvertionException
with the specified detail message.DocumentFormatConversionException(String string, Throwable thrwbl)
DocumentFormatConversionException(Throwable thrwbl)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DocumentFormatConversionException
public DocumentFormatConversionException(String msg)
Constructs an instance ofFormatConvertionException
with the specified detail message.- Parameters:
msg
- the detail message.
-
DocumentFormatConversionException
public DocumentFormatConversionException(Throwable thrwbl)
-
-