|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.apache.axis.ConfigurationException
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
Field Summary | |
protected static boolean |
copyStackByDefault
Copy the orginal exception by default |
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
ConfigurationException(java.lang.Exception exception)
Construct a ConfigurationException from an Exception. |
|
ConfigurationException(java.lang.Exception exception,
boolean copyStack)
Construct a ConfigurationException from an Exception. |
|
ConfigurationException(java.lang.String message)
Construct a ConfigurationException from a String. |
Method Summary | |
java.lang.Exception |
getContainedException()
get any contained exception |
java.lang.String |
toString()
stringify, including stack trace. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static boolean copyStackByDefault
protected static org.apache.commons.logging.Log log
Constructor Detail |
public ConfigurationException(java.lang.String message)
message
- String form of the errorpublic ConfigurationException(java.lang.Exception exception)
exception
- original exception which was unexpectedpublic ConfigurationException(java.lang.Exception exception, boolean copyStack)
exception
- original exception which was unexpectedcopyStack
- set to true to copy the orginal exception's stackMethod Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.Exception getContainedException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |