public class ThreddsXmlParserException extends Exception
Constructor and Description |
---|
ThreddsXmlParserException(List<ThreddsXmlParserIssue> issues) |
ThreddsXmlParserException(String message) |
ThreddsXmlParserException(String message,
Throwable cause) |
ThreddsXmlParserException(ThreddsXmlParserIssue issue) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
List<ThreddsXmlParserIssue> |
getSources() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ThreddsXmlParserException(ThreddsXmlParserIssue issue)
public ThreddsXmlParserException(List<ThreddsXmlParserIssue> issues)
public ThreddsXmlParserException(String message)
public List<ThreddsXmlParserIssue> getSources()
public String getMessage()
getMessage
in class Throwable
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.