public class TableContentException extends ContentException
label
Constructor and Description |
---|
TableContentException(ExceptionType exceptionType,
String message,
String source)
Constructor.
|
TableContentException(ExceptionType exceptionType,
String message,
String source,
String label,
Integer table,
Integer record)
Constructor.
|
TableContentException(ExceptionType exceptionType,
String messageKey,
String source,
String label,
Integer table,
Integer record,
Integer field)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getField() |
Integer |
getRecord() |
Integer |
getTable() |
getLabel
getColumnNumber, getExceptionType, getLineNumber, getMessage, getPublicId, getSource, getSystemId, setSource
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TableContentException(ExceptionType exceptionType, String messageKey, String source, String label, Integer table, Integer record, Integer field)
exceptionType
- The severity level.messageKey
- The message.source
- The data file uri of the exception.label
- The associated label uri of the exception.table
- The index of the table associated with the message.record
- The index of the record associated with the message.field
- The index of the field associated with the message.public TableContentException(ExceptionType exceptionType, String message, String source, String label, Integer table, Integer record)
exceptionType
- The severity level.messageKey
- The message.source
- The data file uri of the exception.label
- The associated label uri of the exception.table
- The index of the table associated with the message.record
- The index of the record associated with the message.public TableContentException(ExceptionType exceptionType, String message, String source)
exceptionType
- The severity level.messageKey
- The message.source
- The data file uri of the exception.Copyright © 2010–2018 Planetary Data System. All rights reserved.