Class Message
java.lang.Object
org.codehaus.plexus.build.messages.Message
Represents a message with all its parameters.
This class holds the collected parameters for a message that can be created through the MessageBuilder.
-
Method Summary
-
Method Details
-
getType
- Returns:
- the message type
-
getPath
- Returns:
- the file path
-
getLine
public int getLine()- Returns:
- the line number (1-based, 0 for unknown)
-
getColumn
public int getColumn()- Returns:
- the column number (1-based, 0 for unknown)
-
getMessage
- Returns:
- the message text
-
getCause
- Returns:
- the exception cause, or null if none
-
toString
-