Uses of Class
io.tech1.framework.domain.exceptions.ExceptionEntityType
-
Packages that use ExceptionEntityType Package Description io.tech1.framework.domain.exceptions -
-
Uses of ExceptionEntityType in io.tech1.framework.domain.exceptions
Methods in io.tech1.framework.domain.exceptions that return ExceptionEntityType Modifier and Type Method Description ExceptionEntityTypeExceptionEntity. getExceptionEntityType()static ExceptionEntityTypeExceptionEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExceptionEntityType[]ExceptionEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.tech1.framework.domain.exceptions with parameters of type ExceptionEntityType Modifier and Type Method Description static ExceptionEntityExceptionEntity. of(ExceptionEntityType exceptionEntityType, String shortMessage, String fullMessage)Constructors in io.tech1.framework.domain.exceptions with parameters of type ExceptionEntityType Constructor Description ExceptionEntity(ExceptionEntityType exceptionEntityType, Map<String,Object> attributes)
-