public class WcsException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
WcsException.Code |
Constructor and Description |
---|
WcsException() |
WcsException(String message) |
WcsException(String message,
Throwable cause) |
WcsException(Throwable cause) |
WcsException(WcsException.Code code,
String locator,
List<String> messages) |
WcsException(WcsException.Code code,
String locator,
String message) |
Modifier and Type | Method and Description |
---|---|
WcsException.Code |
getCode() |
String |
getLocator() |
List<String> |
getTextMessages() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WcsException()
public WcsException(String message)
public WcsException(Throwable cause)
public WcsException(WcsException.Code code, String locator, List<String> messages)
public WcsException(WcsException.Code code, String locator, String message)
public WcsException.Code getCode()
public String getLocator()
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.