org.geotools.data.vpf.exc
Class VPFDataException

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
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 30687 2008-06-13 11:03:06Z acuster $
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.
 
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

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