public class TableContentProblem extends ContentProblem
label
Constructor and Description |
---|
TableContentProblem(ExceptionType exceptionType,
ProblemType problemType,
java.lang.String message,
java.net.URL source,
java.net.URL label,
int table,
int record,
int field)
Constructor.
|
TableContentProblem(ProblemDefinition defn,
java.net.URL source)
Constructor.
|
TableContentProblem(ProblemDefinition defn,
java.net.URL source,
java.net.URL label,
java.lang.Integer table,
java.lang.Integer record)
Constructor.
|
TableContentProblem(ProblemDefinition defn,
java.net.URL source,
java.net.URL label,
int table,
int record,
int field)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getField() |
java.lang.Integer |
getRecord() |
java.lang.Integer |
getTable() |
getLabel
getAncestorTargets, getColumnNumber, getLineNumber, getMessage, getProblem, getProblemDefinitionId, getSource, getTarget, setAncestorTargets, setColumnNumber, setLineNumber, setMessage, setSource, setTarget
public TableContentProblem(ExceptionType exceptionType, ProblemType problemType, java.lang.String message, java.net.URL source, java.net.URL label, int table, int record, int field)
exceptionType
- The severity level.problemType
- The problem type.message
- The problem message.source
- The data file url of the exception.label
- The associated label url 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 TableContentProblem(ProblemDefinition defn, java.net.URL source, java.net.URL label, int table, int record, int field)
defn
- The problem definition.source
- The data file url of the exception.label
- The associated label url 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 TableContentProblem(ProblemDefinition defn, java.net.URL source, java.net.URL label, java.lang.Integer table, java.lang.Integer record)
defn
- The problem definition.source
- The data file url of the exception.label
- The associated label url of the exception.table
- The index of the table associated with the message.record
- The index of the record associated with the message.public TableContentProblem(ProblemDefinition defn, java.net.URL source)
defn
- The problem definition.source
- The data file url of the exception.Copyright © 2010-2019 Planetary Data System. All Rights Reserved.