org.gvsig.remoteclient.exceptions
Class WMSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.remoteclient.exceptions.WMSException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- WMSWrongSizeException
public class WMSException
- extends java.lang.Exception
Excepción provocada por el WMS.
- Author:
- Vicente Caballero Navarro
- 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 |
WMSException
public WMSException()
WMSException
public WMSException(java.lang.String message)
- Crea WMSException.
- Parameters:
message -
WMSException
public WMSException(java.lang.String message,
java.lang.Throwable cause)
- Crea WMSException.
- Parameters:
message - cause -
WMSException
public WMSException(java.lang.Throwable cause)
- Crea WMSException.
- Parameters:
cause -
getWMSMessage
public java.lang.String getWMSMessage()
setWMSMessage
public void setWMSMessage(java.lang.String mes)
Copyright © 2014 gvSIG Association. All Rights Reserved.