public class ProblemDefinition extends Object
Constructor and Description |
---|
ProblemDefinition(ExceptionType severity,
ProblemType type,
String message,
String standardsDocument,
String standardsSection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ProblemDefinition |
findByID(int id) |
int |
getID() |
String |
getMessage() |
ExceptionType |
getSeverity() |
String |
getStandardsDocument() |
String |
getStandardsSection() |
ProblemType |
getType() |
int |
hashCode() |
public ProblemDefinition(ExceptionType severity, ProblemType type, String message, String standardsDocument, String standardsSection)
public int getID()
public ExceptionType getSeverity()
public ProblemType getType()
public String getMessage()
public String getStandardsDocument()
public String getStandardsSection()
public static ProblemDefinition findByID(int id)
Copyright © 2010–2016 Planetary Data System. All rights reserved.