public class ErrorMessage extends Message
_offset, _subMessage, message, NULL| Constructor and Description |
|---|
ErrorMessage(JhoveMessage message)
Create an ErrorMessage.
|
ErrorMessage(JhoveMessage message,
long offset)
Create an ErrorMessage.
|
ErrorMessage(JhoveMessage message,
String subMessage)
Create an ErrorMessage.
|
ErrorMessage(JhoveMessage message,
String subMessage,
long offset)
Create an ErrorMessage.
|
ErrorMessage(String message)
Create an ErrorMessage.
|
ErrorMessage(String message,
long offset)
Create an ErrorMessage.
|
ErrorMessage(String message,
String subMessage)
Create an ErrorMessage.
|
ErrorMessage(String message,
String subMessage,
long offset)
Create an ErrorMessage.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
getId, getJhoveMessage, getMessage, getOffset, getSubMessagepublic ErrorMessage(String message)
message - Human-readable string describing the problem.public ErrorMessage(JhoveMessage message)
message - Human-readable string describing the problem.public ErrorMessage(String message, long offset)
message - Human-readable string describing the problem.offset - The offset in the file at which the problem
was detected.public ErrorMessage(JhoveMessage message, long offset)
id - Unique ID (within the module) for the messagemessage - Human-readable string describing the problem.offset - The offset in the file at which the problem
was detected.public ErrorMessage(String message, String subMessage)
message - Human-readable string describing the problem.subMessage - Human-readable additional information.public ErrorMessage(JhoveMessage message, String subMessage)
id - Unique ID (within the module) for the messagemessage - Human-readable string describing the problem.subMessage - Human-readable additional information.public ErrorMessage(String message, String subMessage, long offset)
message - Human-readable string describing the problem.subMessage - Human-readable additional information.offset - The offset in the file at which the problem
was detected.public ErrorMessage(JhoveMessage message, String subMessage, long offset)
id - Unique ID (within the module) for the messagemessage - Human-readable string describing the problem.subMessage - Human-readable additional information.offset - The offset in the file at which the problem
was detected.Copyright © 2008–2019 The Open Preservation Foundation. All rights reserved.