com.silverpeas.converter
Class DocumentFormatConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.silverpeas.converter.DocumentFormatConversionException
- All Implemented Interfaces:
- Serializable
public class DocumentFormatConversionException
- extends RuntimeException
Exception thrown when an error occurs while converting a document to another format.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentFormatConversionException
public DocumentFormatConversionException()
- Creates a new instance of
FormatConvertionException
without detail message.
DocumentFormatConversionException
public DocumentFormatConversionException(String msg)
- Constructs an instance of
FormatConvertionException
with the specified detail
message.
- Parameters:
msg
- the detail message.
DocumentFormatConversionException
public DocumentFormatConversionException(Throwable thrwbl)
DocumentFormatConversionException
public DocumentFormatConversionException(String string,
Throwable thrwbl)
Copyright © 2016 Silverpeas. All Rights Reserved.