class: CommonLogicMessages

public <<enumeration>> class: CommonLogicMessages
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:12:55; Modified: 16.07.2009 15:12:55;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {AA0D8E02-E566-4dbd-9907-FB874929245A}
Messages used in common logic and other other common messages.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Appears in: logging

Custom Properties
 
CommonLogicMessages Attributes
Attribute Details
public
  METHOD_START
<<enum>>
arguments="Method started: {0}"
Notes: DEBUG AND INFO MESSAGES
public
  METHOD_FINISHED
<<enum>>
arguments="Method finished: {0}"
public
  METHOD_DURATION
<<enum>>
arguments="Method {0} took {1,number} milliseconds."
public
  FRAMEWORK_SYSTEM_ERROR
<<enum>>
arguments="Failed to use service {0} correctly."
Notes: ERROR MESSAGES
public
  XML_RELATED_ERROR
<<enum>>
arguments="\n\n\n####### 1/3 Method ######\n{0}\n"+ "####### 2/3 Exception ######\n{1}\n"+ "####### 3/3 XML ######\n{2}\n\n\n"
private String
  message
Notes: The message pattern. For syntax definition see {@link MessageFormat}.
 
CommonLogicMessages Methods
Operation Details
package
CommonLogicMessages(
   String messageTemplate):
Sequential
Notes: Creates a new instance with the given message template.
public
getMessage():String
Sequential
Notes: Delivers the message.
@return The message
 
CommonLogicMessages Tagged Values
Tag Value Notes
enumType Messages Enumerated Type