org.geotools.data.vpf.exc
Class VPFRowDataException

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

public class VPFRowDataException
extends VPFDataException

VPFRowDataException.java Created: Mon Jan 27 21:29:00 2003

Version:
Author:
Artur Hefczyc
See Also:
Serialized Form

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

VPFRowDataException

public VPFRowDataException()
Creates a new VPFRowDataException object.


VPFRowDataException

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

Parameters:
msg - DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.