public class AttributeDefinitionException extends SchemaDefinitionException
Constructor and Description |
---|
AttributeDefinitionException(BasicAttributeI attr,
electric.xml.Attribute xmlAttr,
java.lang.String msg)
Constructs an `AttributeDefinitionException` related to an `BasicAttributeI` and an `Attribute`.
|
AttributeDefinitionException(BasicAttributeI attr,
electric.xml.Attribute xmlAttr,
java.lang.String msg,
java.lang.Throwable cause)
Constructs an `AttributeDefinitionException` related to an `BasicAttributeI` and an `Attribute`, with a cause.
|
AttributeDefinitionException(BasicAttributeI attr,
electric.xml.Element xmlElement,
java.lang.String msg)
Constructs an `AttributeDefinitionException` related to an `BasicAttributeI` and an `Element`.
|
AttributeDefinitionException(BasicAttributeI attr,
electric.xml.Element xmlElement,
java.lang.String msg,
java.lang.Throwable cause)
Constructs an `AttributeDefinitionException` related to an `BasicAttributeI` and an `Element`, with a cause.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMessagePrefix(BasicAttributeI attr)
Generates a human-readable prefix for an `BasicAttributeI`.
|
getMessagePrefix, getMessagePrefix
public AttributeDefinitionException(BasicAttributeI attr, electric.xml.Attribute xmlAttr, java.lang.String msg)
attr
- The `BasicAttributeI` associated with the exception. Used to generate a message prefix.xmlAttr
- The XML `Attribute` where the exception occurred.msg
- The detailed error message.public AttributeDefinitionException(BasicAttributeI attr, electric.xml.Attribute xmlAttr, java.lang.String msg, java.lang.Throwable cause)
attr
- The `BasicAttributeI` associated with the exception. Used to generate a message prefix.xmlAttr
- The XML `Attribute` where the exception occurred.msg
- The detailed error message.cause
- The underlying cause of this exception, can be null.public AttributeDefinitionException(BasicAttributeI attr, electric.xml.Element xmlElement, java.lang.String msg)
attr
- The `BasicAttributeI` associated with the exception. Used to generate a message prefix.xmlElement
- The XML `Element` where the exception occurred.msg
- The detailed error message.public AttributeDefinitionException(BasicAttributeI attr, electric.xml.Element xmlElement, java.lang.String msg, java.lang.Throwable cause)
attr
- The `BasicAttributeI` associated with the exception. Used to generate a message prefix.xmlElement
- The XML `Element` where the exception occurred.msg
- The detailed error message.cause
- The underlying cause of this exception, can be null.public static final java.lang.String getMessagePrefix(BasicAttributeI attr)
This method constructs a string that can be used to identify an attribute in messages or logs. The prefix includes the entity name and attribute name, if available. If either the attribute itself or its entity name or attribute name is null, a placeholder is used instead.
attr
- The `BasicAttributeI` for which to generate the prefix.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.