org.gvsig.remoteclient.exceptions
Class WMSException

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

Constructor Summary
WMSException()
           
WMSException(java.lang.String message)
          Crea WMSException.
WMSException(java.lang.String message, java.lang.Throwable cause)
          Crea WMSException.
WMSException(java.lang.Throwable cause)
          Crea WMSException.
 
Method Summary
 java.lang.String getWMSMessage()
           
 void setWMSMessage(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

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

getWMSMessage

public java.lang.String getWMSMessage()

setWMSMessage

public void setWMSMessage(java.lang.String mes)


Copyright © 2014 gvSIG Association. All Rights Reserved.