public enum DomainErrorCodes extends Enum<DomainErrorCodes> implements org.seedstack.seed.ErrorCode
| Modifier and Type | Method and Description |
|---|---|
static DomainErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainErrorCodes AGGREGATE_ROOT_CREATION_ISSUE
public static final DomainErrorCodes ENTITY_WITHOUT_IDENTITY_ISSUE
public static final DomainErrorCodes DOMAIN_OBJECT_CONSTRUCTOR_NOT_FOUND
public static final DomainErrorCodes UNABLE_TO_INVOKE_CONSTRUCTOR
public static final DomainErrorCodes AMBIGUOUS_METHOD_FOUND
public static final DomainErrorCodes AMBIGUOUS_CONSTRUCTOR_FOUND
public static final DomainErrorCodes ILLEGAL_REPOSITORY
public static final DomainErrorCodes ILLEGAL_FACTORY
public static final DomainErrorCodes ILLEGAL_POLICY
public static final DomainErrorCodes ILLEGAL_SERVICE
public static DomainErrorCodes[] values()
for (DomainErrorCodes c : DomainErrorCodes.values()) System.out.println(c);
public static DomainErrorCodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013-2016–2016 SeedStack. All rights reserved.