org.geotools.data.vpf.exc
Class VPFHeaderFormatException

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.VPFHeaderFormatException
All Implemented Interfaces:
java.io.Serializable

public class VPFHeaderFormatException
extends VPFDataException

Class VPFHeaderFormatException.java is responsible for

Created: Tue Jan 21 15:12:10 2003

Version:
1.0.0
Author:
Artur Hefczyc
See Also:
Serialized Form

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

VPFHeaderFormatException

public VPFHeaderFormatException()
Creates a new VPFHeaderFormatException object.


VPFHeaderFormatException

public VPFHeaderFormatException(java.lang.String message)
Creates a new VPFHeaderFormatException object.

Parameters:
message - DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.