public class EntityDefinitionException extends SchemaDefinitionException
Constructor and Description |
---|
EntityDefinitionException(BasicEntityI entity,
electric.xml.Attribute xmlAttr,
java.lang.String msg)
Constructs an `EntityDefinitionException` related to a `BasicEntityI` and an XML `Attribute`.
|
EntityDefinitionException(BasicEntityI entity,
electric.xml.Attribute xmlAttr,
java.lang.String msg,
java.lang.Throwable cause)
Constructs an `EntityDefinitionException` related to a `BasicEntityI` and an XML `Attribute`, with a cause.
|
EntityDefinitionException(BasicEntityI entity,
electric.xml.Element xmlElement,
java.lang.String msg)
Constructs an `EntityDefinitionException` related to a `BasicEntityI` and an XML `Element`.
|
EntityDefinitionException(BasicEntityI entity,
electric.xml.Element xmlElement,
java.lang.String msg,
java.lang.Throwable cause)
Constructs an `EntityDefinitionException` related to a `BasicEntityI` and an XML `Element`, with a cause.
|
EntityDefinitionException(SchemaInterfaceI interfaceI,
electric.xml.Element xmlElement,
java.lang.String msg)
Constructs an `EntityDefinitionException` related to a `SchemaInterfaceI` and an XML `Element`.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMessagePrefix(BasicEntityI entity)
Generates a message prefix for the specified `BasicEntityI`.
|
static java.lang.String |
getMessagePrefix(SchemaInterfaceI interfaceI)
Generates a message prefix for the specified `SchemaInterfaceI`.
|
getMessagePrefix, getMessagePrefix
public EntityDefinitionException(SchemaInterfaceI interfaceI, electric.xml.Element xmlElement, java.lang.String msg)
interfaceI
- The `SchemaInterfaceI` associated with the exception.xmlElement
- The XML `Element` where the exception occurred.msg
- The detailed error message.public EntityDefinitionException(BasicEntityI entity, electric.xml.Element xmlElement, java.lang.String msg)
entity
- The `BasicEntityI` associated with the exception.xmlElement
- The XML `Element` where the exception occurred.msg
- The detailed error message.public EntityDefinitionException(BasicEntityI entity, electric.xml.Element xmlElement, java.lang.String msg, java.lang.Throwable cause)
entity
- The `BasicEntityI` associated with the exception.xmlElement
- The XML `Element` where the exception occurred.msg
- The detailed error message.cause
- The underlying cause of this exception, can be null.public EntityDefinitionException(BasicEntityI entity, electric.xml.Attribute xmlAttr, java.lang.String msg)
entity
- The `BasicEntityI` associated with the exception.xmlAttr
- The XML `Attribute` where the exception occurred.msg
- The detailed error message.public EntityDefinitionException(BasicEntityI entity, electric.xml.Attribute xmlAttr, java.lang.String msg, java.lang.Throwable cause)
entity
- The `BasicEntityI` associated with the exception.xmlAttr
- The XML `Attribute` 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(BasicEntityI entity)
If the provided `BasicEntityI` or its name is `null`, the fixed string "Entity n/a: " is returned. Otherwise, the name of the `BasicEntityI` is returned followed by a colon and a space.
entity
- The `BasicEntityI` for which to generate the message prefix.public static final java.lang.String getMessagePrefix(SchemaInterfaceI interfaceI)
If the provided `SchemaInterfaceI` or its name is `null`, the fixed string "Interface n/a: " is returned. Otherwise, the name of the `SchemaInterfaceI` is returned followed by a colon and a space.
interfaceI
- The `SchemaInterfaceI` for which to generate the message prefix.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.