public class ArrayContentProblem extends ContentProblem
label
Constructor and Description |
---|
ArrayContentProblem(ExceptionType exceptionType,
ProblemType problemType,
java.lang.String message,
java.net.URL source,
java.net.URL label,
int array,
int[] location)
Constructor.
|
ArrayContentProblem(ProblemDefinition defn,
java.net.URL source)
Constructor.
|
ArrayContentProblem(ProblemDefinition defn,
java.net.URL source,
java.net.URL label,
int array,
int[] location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getArray() |
java.lang.String |
getLocation() |
getLabel
getAncestorTargets, getColumnNumber, getLineNumber, getMessage, getProblem, getProblemDefinitionId, getSource, getTarget, setAncestorTargets, setColumnNumber, setLineNumber, setMessage, setSource, setTarget
public ArrayContentProblem(ExceptionType exceptionType, ProblemType problemType, java.lang.String message, java.net.URL source, java.net.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, java.net.URL source, java.net.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, java.net.URL source)
defn
- The problem definition.source
- The url of the data file associated with this message.Copyright © 2010-2019 Planetary Data System. All Rights Reserved.