org.gvsig.remoteclient.wmts.exception
Class WMTSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.remoteclient.wmts.exception.WMTSException
All Implemented Interfaces:
java.io.Serializable

public class WMTSException
extends java.lang.Exception

Author:
Nacho Brodin (nachobrodin@gmail.com)
See Also:
Serialized Form

Field Summary
protected  long code
           
protected  java.lang.String formatString
           
protected  java.lang.String messageKey
           
 
Constructor Summary
WMTSException()
           
WMTSException(java.lang.String message)
           
WMTSException(java.lang.String wfsCode, java.lang.String message)
           
WMTSException(java.lang.String msg, java.lang.Throwable cause)
           
WMTSException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getWfsCode()
           
 void init()
           
protected  java.util.Map values()
           
 
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
 

Field Detail

code

protected long code

formatString

protected java.lang.String formatString

messageKey

protected java.lang.String messageKey
Constructor Detail

WMTSException

public WMTSException()

WMTSException

public WMTSException(java.lang.String message)

WMTSException

public WMTSException(java.lang.String wfsCode,
                     java.lang.String message)

WMTSException

public WMTSException(java.lang.String msg,
                     java.lang.Throwable cause)

WMTSException

public WMTSException(java.lang.Throwable cause)
Method Detail

getWfsCode

public java.lang.String getWfsCode()
Returns:
Returns the wfsCode.

init

public void init()

values

protected java.util.Map values()


Copyright © 2014 gvSIG Association. All Rights Reserved.