|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
ch.elca.el4j.services.xmlmerge.ConfigurationException
public class ConfigurationException
Thrown when something wrong happens in the XmlMerge configuration.
| Constructor Summary | |
|---|---|
ConfigurationException()
Default constructor. |
|
ConfigurationException(String message)
Constructor with message. |
|
ConfigurationException(String message,
Throwable cause)
Constructor with message and cause. |
|
ConfigurationException(Throwable cause)
Constructor with 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException()
public ConfigurationException(String message)
message - Exception message
public ConfigurationException(String message,
Throwable cause)
message - Exception messagecause - Exception causepublic ConfigurationException(Throwable cause)
cause - Exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||