public class InterfaceDefinitionException extends SchemaDefinitionException
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMessagePrefix(SchemaInterfaceI schemaInterface)
Generates a message prefix for the specified `SchemaInterfaceI`.
|
getMessagePrefix, getMessagePrefix
public static final java.lang.String getMessagePrefix(SchemaInterfaceI schemaInterface)
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.
schemaInterface
- The `SchemaInterfaceI` for which to generate the message prefix.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.