Class ElementConfiguratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
org.x4o.xml.element.ElementConfiguratorException
- All Implemented Interfaces:
Serializable
ElementConfiguratorException.
- Version:
- 1.0 Aug 28, 2008
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementConfiguratorException
(ElementConfigurator config, String message) Creates an configurator exception.ElementConfiguratorException
(ElementConfigurator config, String message, Exception exception) Creates an configurator exception.ElementConfiguratorException
(ElementConfigurator config, String message, ElementException exception) Creates an configurator exception. -
Method Summary
Modifier and TypeMethodDescriptionGets the ElementConfigurator which has thrown this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementConfiguratorException
Creates an configurator exception.- Parameters:
config
- The ElementConfigurator.message
- The error message.
-
ElementConfiguratorException
public ElementConfiguratorException(ElementConfigurator config, String message, Exception exception) Creates an configurator exception.- Parameters:
config
- The ElementConfigurator.message
- The error message.exception
- The error exception.
-
ElementConfiguratorException
public ElementConfiguratorException(ElementConfigurator config, String message, ElementException exception) Creates an configurator exception.- Parameters:
config
- The ElementConfigurator.message
- The error message.exception
- The wrapped element error exception.
-
-
Method Details
-
getElementConfigurator
Gets the ElementConfigurator which has thrown this exception.- Returns:
- The ElementConfigurator.
-