public class InvalidAttributeException
extends java.lang.Exception
Constructor and Description |
---|
InvalidAttributeException(@NotNull ArchetypeAttribute attribute,
@NotNull java.lang.String message)
Creates a new instance.
|
InvalidAttributeException(@NotNull java.lang.String message)
Creates a new instance.
|
public InvalidAttributeException(@NotNull @NotNull java.lang.String message)
message
- the reason why the attribute cannot be encodedpublic InvalidAttributeException(@NotNull @NotNull ArchetypeAttribute attribute, @NotNull @NotNull java.lang.String message)
attribute
- the attributemessage
- the reason why the attribute cannot be encoded