public class ProblemDefinition
extends java.lang.Object
Constructor and Description |
---|
ProblemDefinition(ExceptionType severity,
ProblemType type,
java.lang.String message) |
ProblemDefinition(ExceptionType severity,
ProblemType type,
java.lang.String message,
java.lang.String standardsDocument,
java.lang.String standardsSection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getID() |
java.lang.String |
getMessage() |
ExceptionType |
getSeverity() |
java.lang.String |
getStandardsDocument() |
java.lang.String |
getStandardsSection() |
ProblemType |
getType() |
int |
hashCode() |
public ProblemDefinition(ExceptionType severity, ProblemType type, java.lang.String message, java.lang.String standardsDocument, java.lang.String standardsSection)
public ProblemDefinition(ExceptionType severity, ProblemType type, java.lang.String message)
public int getID()
public ExceptionType getSeverity()
public ProblemType getType()
public java.lang.String getMessage()
public java.lang.String getStandardsDocument()
public java.lang.String getStandardsSection()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.