Uses of Class
net.anwiba.commons.message.MessageType
-
Packages that use MessageType Package Description net.anwiba.commons.message -
-
Uses of MessageType in net.anwiba.commons.message
Methods in net.anwiba.commons.message that return MessageType Modifier and Type Method Description MessageTypeIMessage. getMessageType()MessageTypeMessage. getMessageType()MessageTypeMessageException. getMessageType()static MessageTypeMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anwiba.commons.message with parameters of type MessageType Modifier and Type Method Description static IMessageMessage. create(java.lang.String text, java.lang.String description, java.lang.Throwable throwable, MessageType messageType)static IMessageMessage. create(java.lang.String text, java.lang.String description, MessageType messageType)static IMessageMessageFactory. create(java.lang.String text, java.lang.Throwable throwable, MessageType messageType)IMessageBuilderIMessageBuilder. setType(MessageType type)IMessageBuilderMessageBuilder. setType(MessageType type)Constructors in net.anwiba.commons.message with parameters of type MessageType Constructor Description MessageException(java.lang.String message, java.lang.Throwable throwable, MessageType type)
-