com.iver.cit.gvsig.fmap.layers
Class XMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.layers.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

Excepción lanzada en la creación del XMLEntity o en la obtención de un objeto a partir de este.

Author:
Vicente Caballero Navarro
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.Exception e)
          Crea un nuevo XMLException.
 
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

XMLException

public XMLException(java.lang.Exception e)
Crea un nuevo XMLException.

Parameters:
e - DOCUMENT ME!