thredds.wcs.v1_1_0
Class WcsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
thredds.wcs.v1_1_0.WcsException
- All Implemented Interfaces:
- Serializable
public class WcsException
- extends Exception
Represents a WCS 1.1.0 Exception and includes the code, locator, and
textMessages used in an OWS Exception Report.
- Since:
- 4.0
- Author:
- edavis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WcsException
public WcsException()
WcsException
public WcsException(String message)
WcsException
public WcsException(String message,
Throwable cause)
WcsException
public WcsException(Throwable cause)
WcsException
public WcsException(WcsException.Code code,
String locator,
List<String> messages)
WcsException
public WcsException(WcsException.Code code,
String locator,
String message)
getCode
public WcsException.Code getCode()
getLocator
public String getLocator()
getTextMessages
public List<String> getTextMessages()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.