org.geotools.data.vpf.exc
Class VPFRowDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.geotools.data.vpf.exc.VPFDataException
                  extended by org.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

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.
 
Method Summary
 
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 © 1996-2010 Geotools. All Rights Reserved.