public class ArrayContentException extends ContentException
label
Constructor and Description |
---|
ArrayContentException(ExceptionType exceptionType,
String message,
String source)
Constructor.
|
ArrayContentException(ExceptionType exceptionType,
String messageKey,
String source,
String label,
Integer array,
int[] location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getArray() |
String |
getLocation() |
getLabel
getColumnNumber, getExceptionType, getLineNumber, getMessage, getPublicId, getSource, getSystemId, setSource
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArrayContentException(ExceptionType exceptionType, String messageKey, String source, String label, Integer array, int[] location)
exceptionType
- exception type.messageKey
- message or message key.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 ArrayContentException(ExceptionType exceptionType, String message, String source)
exceptionType
- exception type.messageKey
- message or message key.source
- The url of the data file associated with this message.Copyright © 2010–2018 Planetary Data System. All rights reserved.