public class ElementConfiguratorException extends ElementException
| Constructor and Description |
|---|
ElementConfiguratorException(ElementConfigurator config,
String message)
Creates an configurator exception.
|
ElementConfiguratorException(ElementConfigurator config,
String message,
ElementException exception)
Creates an configurator exception.
|
ElementConfiguratorException(ElementConfigurator config,
String message,
Exception exception)
Creates an configurator exception.
|
| Modifier and Type | Method and Description |
|---|---|
ElementConfigurator |
getElementConfigurator()
Gets the ElementConfigurator which has thrown this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ElementConfiguratorException(ElementConfigurator config, String message)
config - The ElementConfigurator.message - The error message.public ElementConfiguratorException(ElementConfigurator config, String message, Exception exception)
config - The ElementConfigurator.message - The error message.exception - The error exception.public ElementConfiguratorException(ElementConfigurator config, String message, ElementException exception)
config - The ElementConfigurator.message - The error message.exception - The wrapped element error exception.public ElementConfigurator getElementConfigurator()
Copyright © 2004-2013 X4O. All Rights Reserved.