org.gvsig.remoteclient.exceptions
Class WCSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.remoteclient.exceptions.WCSException
All Implemented Interfaces:
java.io.Serializable

public class WCSException
extends java.lang.Exception

Excepción provocada por el WCS.

Author:
Jaume Dominguez Faus - jaume.dominguez@iver.es
See Also:
Serialized Form

Constructor Summary
WCSException()
           
WCSException(java.lang.String message)
          Creates a new WCS Exception
WCSException(java.lang.String message, java.lang.Throwable cause)
          Creates a new WCS Exception
WCSException(java.lang.Throwable cause)
          Creates a new WCSException
 
Method Summary
 java.lang.String getWCSMessage()
           
 void setWCSMessage(java.lang.String mes)
           
 
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(java.lang.String message)
Creates a new WCS Exception

Parameters:
message -

WCSException

public WCSException(java.lang.String message,
                    java.lang.Throwable cause)
Creates a new WCS Exception

Parameters:
message -
cause -

WCSException

public WCSException(java.lang.Throwable cause)
Creates a new WCSException

Parameters:
cause -
Method Detail

getWCSMessage

public java.lang.String getWCSMessage()

setWCSMessage

public void setWCSMessage(java.lang.String mes)


Copyright © 2014 gvSIG Association. All Rights Reserved.