public class Message extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Message.Level
Severity levels.
|
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected String |
file |
protected Message.Level |
level |
protected int |
line |
protected static Map<String,Integer> |
messageCounts |
protected String |
ownerId |
protected int |
sequence |
protected String |
text |
protected Throwable |
throwable |
protected Date |
timeStamp |
Modifier | Constructor and Description |
---|---|
protected |
Message(Throwable throwable,
String text,
Message.Level level,
int line,
int column,
Date timeStamp,
Integer sequence,
String ownerId,
String file) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
String |
getFile() |
Message.Level |
getLevel() |
int |
getLine() |
String |
getOwnerId()
A string that uniquely identifies the "owner" of this message, for example a pipeline job.
|
int |
getSequence() |
String |
getText() |
Throwable |
getThrowable() |
Date |
getTimeStamp() |
protected Throwable throwable
protected String text
protected Message.Level level
protected int line
protected int column
protected Date timeStamp
protected int sequence
protected String ownerId
protected String file
public Throwable getThrowable()
public String getText()
public Message.Level getLevel()
public int getLine()
public int getColumn()
public Date getTimeStamp()
public int getSequence()
public String getOwnerId()
public String getFile()
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.