|
||||||||||
| 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
com.deltaxml.odf.merge.OdtMergerConfigurationException
public class OdtMergerConfigurationException
Indicates an error condition with the configuration of the OdtMerger.
This class may contain a nested class providing
further detail about the nature of the failure. This
class can be obtained vie Throwable.getCause().
| Constructor Summary | |
|---|---|
OdtMergerConfigurationException(String message)
Constructs an OdtMergerConfgurationException with an error message. |
|
OdtMergerConfigurationException(String message,
Throwable cause)
Constructs an OdtMergerConfgurationException with an error 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 OdtMergerConfigurationException(String message)
Constructs an OdtMergerConfgurationException with an error message.
message - the error message
public OdtMergerConfigurationException(String message,
Throwable cause)
Constructs an OdtMergerConfgurationException with an error message and a cause.
message - the error messagecause - the underlying cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||