com.silverpeas.kmelia.export
Class DocumentMergeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.silverpeas.kmelia.export.DocumentBuildException
                  extended by com.silverpeas.kmelia.export.DocumentMergeException
All Implemented Interfaces:
Serializable

public class DocumentMergeException
extends DocumentBuildException

Exception thrown when the merge of two documents fail. As the merge of a document is a build process, this exception is a refinement of the DocumentBuildException exception.

See Also:
Serialized Form

Constructor Summary
DocumentMergeException(String message, Exception ex)
           
 
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

DocumentMergeException

public DocumentMergeException(String message,
                              Exception ex)


Copyright © 2016 Silverpeas. All Rights Reserved.