Package thredds.server.wcs.v1_0_0_1
Class WcsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- thredds.server.wcs.v1_0_0_1.WcsException
-
- All Implemented Interfaces:
Serializable
public class WcsException extends Exception
Represents a WCS 1.0.0 Exception and includes the code, locator, and textMessages used in an OWS Exception Report.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWcsException.Code
-
Constructor Summary
Constructors Constructor Description WcsException()WcsException(String message)WcsException(String message, Throwable cause)WcsException(Throwable cause)WcsException(WcsException.Code code, String locator, String message)WcsException(WcsException.Code code, String locator, List<String> messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WcsException.CodegetCode()StringgetLocator()List<String>getTextMessages()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WcsException
public WcsException()
-
WcsException
public WcsException(String message)
-
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)
-
-
Method Detail
-
getCode
public WcsException.Code getCode()
-
getLocator
public String getLocator()
-
-