public class GDPRConfigurationElementDefinitionException extends SchemaDefinitionException
Constructor and Description |
---|
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement,
electric.xml.Attribute att,
java.lang.String msg)
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Attribute`.
|
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement,
electric.xml.Attribute att,
java.lang.String msg,
java.lang.Throwable cause)
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Attribute`, with a cause.
|
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement,
electric.xml.Element element,
java.lang.String msg)
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Element`.
|
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement,
electric.xml.Element element,
java.lang.String msg,
java.lang.Throwable cause)
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Element`, with a cause.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMessagePrefix(GDPRConfigurationElementI configurationElement)
Generates a message prefix for the specified `GDPRConfigurationElementI`.
|
getMessagePrefix, getMessagePrefix
public GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement, electric.xml.Element element, java.lang.String msg)
configurationElement
- The `GDPRConfigurationElementI` associated with the exception.element
- The `Element` where the exception occurred.msg
- The detailed error message.public GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement, electric.xml.Element element, java.lang.String msg, java.lang.Throwable cause)
configurationElement
- The `GDPRConfigurationElementI` associated with the exception.element
- The `Element` where the exception occurred.msg
- The detailed error message.cause
- The underlying cause of this exception.public GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement, electric.xml.Attribute att, java.lang.String msg)
configurationElement
- The `GDPRConfigurationElementI` associated with the exception.att
- The `Attribute` where the exception occurred.msg
- The detailed error message.public GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI configurationElement, electric.xml.Attribute att, java.lang.String msg, java.lang.Throwable cause)
configurationElement
- The `GDPRConfigurationElementI` associated with the exception.att
- The `Attribute` where the exception occurred.msg
- The detailed error message.cause
- The underlying cause of this exception.public static final java.lang.String getMessagePrefix(GDPRConfigurationElementI configurationElement)
If the provided `GDPRConfigurationElementI` or its String representation is `null`, the fixed string "GDPRConfigurationElementI n/a: " is returned. Otherwise, the String representation of the `GDPRConfigurationElementI` is returned followed by a colon and a space.
configurationElement
- The `GDPRConfigurationElementI` for which to generate the message prefix.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.