com.iver.cit.gvsig.fmap.drivers.shp.write
Class ShapefileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.drivers.shp.write.ShapefileException
All Implemented Interfaces:
java.io.Serializable

public class ShapefileException
extends java.lang.Exception

Thrown when an error relating to the shapefile occures

See Also:
Serialized Form

Constructor Summary
ShapefileException(java.lang.String s)
          Crea un nuevo ShapefileException.
ShapefileException(java.lang.String s, java.lang.Throwable cause)
          Crea un nuevo ShapefileException.
 
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

ShapefileException

public ShapefileException(java.lang.String s)
Crea un nuevo ShapefileException.

Parameters:
s - DOCUMENT ME!

ShapefileException

public ShapefileException(java.lang.String s,
                          java.lang.Throwable cause)
Crea un nuevo ShapefileException.

Parameters:
s - DOCUMENT ME!
cause - DOCUMENT ME!