org.gvsig.remoteclient.exceptions
Class WCSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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 |
| 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)
- 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 -
getWCSMessage
public java.lang.String getWCSMessage()
setWCSMessage
public void setWCSMessage(java.lang.String mes)
Copyright © 2014 gvSIG Association. All Rights Reserved.