public class ArrayContentProblem extends ContentProblem
label
Constructor and Description |
---|
ArrayContentProblem(ExceptionType exceptionType,
ProblemType problemType,
String message,
URL source,
URL label,
int array,
int[] location)
Constructor.
|
ArrayContentProblem(ProblemDefinition defn,
URL source)
Constructor.
|
ArrayContentProblem(ProblemDefinition defn,
URL source,
URL label,
int array,
int[] location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getArray() |
String |
getLocation() |
getLabel
getAncestorTargets, getColumnNumber, getLineNumber, getMessage, getProblem, getProblemDefinitionId, getSource, getTarget, setAncestorTargets, setColumnNumber, setLineNumber, setMessage, setSource, setTarget
public ArrayContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, int array, int[] location)
exceptionType
- The severity level.problemType
- The problem type.message
- The problem message.source
- The url of the data file associated with this message.label
- The url of the label file.array
- The index of the array associated with this message.location
- The location associated with the message.public ArrayContentProblem(ProblemDefinition defn, URL source, URL label, int array, int[] location)
defn
- The problem definition.source
- The url of the data file associated with this message.label
- The url of the label file.array
- The index of the array associated with this message.location
- The location associated with the message.public ArrayContentProblem(ProblemDefinition defn, URL source)
defn
- The problem definition.source
- The url of the data file associated with this message.Copyright © 2010–2018 Planetary Data System. All rights reserved.