public class ErrorMessage extends Message
_offset, _subMessage, message, NULL| Constructor and Description |
|---|
ErrorMessage(JhoveMessage message)
Creates an ErrorMessage with an identifier.
|
ErrorMessage(JhoveMessage message,
long offset)
Creates an ErrorMessage with an identifier.
|
ErrorMessage(JhoveMessage message,
String subMessage)
Creates an ErrorMessage with an identifier.
|
ErrorMessage(JhoveMessage message,
String subMessage,
long offset)
Creates an ErrorMessage with an identifier.
|
ErrorMessage(String message)
Creates an ErrorMessage.
|
ErrorMessage(String message,
long offset)
Creates an ErrorMessage.
|
ErrorMessage(String message,
String subMessage)
Creates an ErrorMessage.
|
ErrorMessage(String message,
String subMessage,
long offset)
Creates an ErrorMessage.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
getId, getJhoveMessage, getMessage, getOffset, getSubMessagepublic ErrorMessage(String message)
message - Human-readable message describing the problem.public ErrorMessage(JhoveMessage message)
message - The message text and its identifier.public ErrorMessage(String message, long offset)
message - Human-readable message describing the problem.offset - The offset in the file at which the problem
was detected.public ErrorMessage(JhoveMessage message, long offset)
message - The message text and its identifier.offset - The offset in the file at which the problem
was detected.public ErrorMessage(String message, String subMessage)
message - Human-readable message describing the problem.subMessage - Human-readable additional information.public ErrorMessage(JhoveMessage message, String subMessage)
message - The message text and its identifier.subMessage - Human-readable additional information.public ErrorMessage(String message, String subMessage, long offset)
message - Human-readable message 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)
message - The message text and its identifier.subMessage - Human-readable additional information.offset - The offset in the file at which the problem
was detected.Copyright © 2008–2020 The Open Preservation Foundation. All rights reserved.