Uses of Enum Class
org.refcodes.exception.MessageDetails
-
Uses of MessageDetails in org.refcodes.exception
Subclasses with type arguments of type MessageDetails in org.refcodes.exceptionModifier and TypeClassDescriptionenum
TheMessageDetails
enumeration provides different detail levels when generating exception messages fromThrowable
exceptions using theTrap.toMessage(MessageDetails)
method.Methods in org.refcodes.exception that return MessageDetailsModifier and TypeMethodDescriptionstatic MessageDetails
Returns the enum constant of this class with the specified name.static MessageDetails[]
MessageDetails.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.exception with parameters of type MessageDetailsModifier and TypeMethodDescriptiondefault String
Trap.toMessage
(MessageDetails aMessageDetails) Generates a message using the providedMessageDetails
enumeration defining the message's detail level.