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:
- java.io.Serializable
public class WcsException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WcsException
public WcsException()
WcsException
public WcsException(java.lang.String message)
WcsException
public WcsException(java.lang.String message,
java.lang.Throwable cause)
WcsException
public WcsException(java.lang.Throwable cause)
WcsException
public WcsException(WcsException.Code code,
java.lang.String locator,
java.util.List<java.lang.String> messages)
WcsException
public WcsException(WcsException.Code code,
java.lang.String locator,
java.lang.String message)
getCode
public WcsException.Code getCode()
getLocator
public java.lang.String getLocator()
getTextMessages
public java.util.List<java.lang.String> getTextMessages()