Uses of Enum Class
net.anwiba.commons.message.MessageType
Packages that use MessageType
-
Uses of MessageType in net.anwiba.commons.message
Methods in net.anwiba.commons.message that return MessageTypeModifier and TypeMethodDescriptionIMessage.getMessageType()Message.getMessageType()MessageException.getMessageType()static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.anwiba.commons.message with parameters of type MessageTypeModifier and TypeMethodDescriptionstatic IMessageMessage.create(String text, String description, Throwable throwable, MessageType messageType) static IMessageMessage.create(String text, String description, MessageType messageType) IMessageBuilder.type(MessageType type) Constructors in net.anwiba.commons.message with parameters of type MessageTypeModifierConstructorDescriptionMessageException(String message, Throwable throwable, MessageType type)