org.gvsig.fmap.mapcontrol
Class MapControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.tools.exception.BaseException
              extended by org.gvsig.fmap.mapcontrol.MapControlException
All Implemented Interfaces:
java.io.Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
MapControlCreationException

public class MapControlException
extends org.gvsig.tools.exception.BaseException

Author:
Jorge Piera
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey
 
Constructor Summary
MapControlException(java.lang.String message, java.lang.String key, long code)
           
MapControlException(java.lang.String message, java.lang.Throwable cause, java.lang.String key, long code)
           
 
Method Summary
 
Methods inherited from class org.gvsig.tools.exception.BaseException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

MapControlException

public MapControlException(java.lang.String message,
                           java.lang.String key,
                           long code)
See Also:
BaseException.BaseException(String, String, long)

MapControlException

public MapControlException(java.lang.String message,
                           java.lang.Throwable cause,
                           java.lang.String key,
                           long code)
See Also:
BaseException.BaseException(String, Throwable, String, long)


Copyright © 2014 gvSIG Association. All Rights Reserved.