thredds.wcs.v1_1_0
Class WcsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Nested Class Summary
static class WcsException.Code
           
 
Constructor Summary
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)
           
 
Method Summary
 WcsException.Code getCode()
           
 String getLocator()
           
 List<String> getTextMessages()
           
 
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
 

Constructor Detail

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)
Method Detail

getCode

public WcsException.Code getCode()

getLocator

public String getLocator()

getTextMessages

public List<String> getTextMessages()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.