public class XMLConfigurationException extends Exception
XMLConfigurator
.Constructor and Description |
---|
XMLConfigurationException()
Constructor.
|
XMLConfigurationException(Exception wrappedException)
Constructor.
|
XMLConfigurationException(String message)
Constructor.
|
XMLConfigurationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLConfigurationException()
public XMLConfigurationException(@Nullable String message)
message
- exception messagepublic XMLConfigurationException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2016. All rights reserved.