org.geotools.data.vpf.exc
Class VPFDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.geotools.data.vpf.exc.VPFDataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VPFHeaderFormatException, VPFRowDataException

public class VPFDataException
extends java.io.IOException

VPFDataException.java Created: Mon Mar 03 21:32:32 2003

Version:
$Id: VPFDataException.java 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
VPFDataException()
          Creates a new VPFDataException object.
VPFDataException(java.lang.String msg)
          Creates a new VPFDataException object.
 
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

VPFDataException

public VPFDataException()
Creates a new VPFDataException object.


VPFDataException

public VPFDataException(java.lang.String msg)
Creates a new VPFDataException object.

Parameters:
msg - DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.