com.silverpeas.converter
Class DocumentFormatConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DocumentFormatConversionException()
          Creates a new instance of FormatConvertionException without detail message.
DocumentFormatConversionException(String msg)
          Constructs an instance of FormatConvertionException with the specified detail message.
DocumentFormatConversionException(String string, Throwable thrwbl)
           
DocumentFormatConversionException(Throwable thrwbl)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.