|
||||||||||
| 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.merge.OdtMergerException
public class OdtMergerException
Indicates an error condition in the OdtMerger.
This class will often contain a nested class providing
further details about the nature of the failure. This
class can be obtained via Throwable.getCause().
| Constructor Summary | |
|---|---|
OdtMergerException(String message)
Constructs an OdtMergerException with an error message |
|
OdtMergerException(String message,
Throwable cause)
Constructs an OdtMergerException with a message and a cause |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OdtMergerException(String message)
message - the error message
public OdtMergerException(String message,
Throwable cause)
message - the messagecause - the Throwable that caused the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||