|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.OdtInputException
com.deltaxml.odf.merge.NonExtendibleMergeResultException
public class NonExtendibleMergeResultException
Indicates that a merge result being used as an input is not extendible.
If a merge result file is used as the base file for a merge operation, it needs to be checked to ensure that it has the relevant information in it. If not, this exception is thrown.
This may be because the result was produced as a non-extendible result or that it has been edited since it was produced.
| Constructor Summary | |
|---|---|
NonExtendibleMergeResultException(File input)
Constructs a new NonExtendibleMergeResultException with a default message |
|
NonExtendibleMergeResultException(String message,
File input)
Constructs a new NonExtendibleMergeResultException with a configurable message |
|
| Method Summary |
|---|
| Methods inherited from class com.deltaxml.odf.OdtInputException |
|---|
getFile |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonExtendibleMergeResultException(File input)
input - the merge result file that cannot be extended
public NonExtendibleMergeResultException(String message,
File input)
message - the exception messageinput - the merge result file that cannot be extended
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||