Class ElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ElementAttributeValueParserException
,ElementBindingHandlerException
,ElementConfiguratorException
,ElementNamespaceInstanceProviderException
,ElementObjectPropertyValueException
,X4OLanguageModuleLoaderException
Is throw when there is en Exception within an Element.
- Version:
- 1.0 Aug 8, 2005
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ElementException without a detail message.Creates an ElementException from a parent exception.ElementException
(String message) Constructs an ElementException with a detail message.ElementException
(String message, Exception e) Constructs an ElementException with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementException
public ElementException()Constructs an ElementException without a detail message. -
ElementException
Constructs an ElementException with a detail message.- Parameters:
message
- The message of this Exception
-
ElementException
Creates an ElementException from a parent exception.- Parameters:
e
- The error exception.
-
ElementException
-