org.geotools.data.vpf.exc
Class VPFHeaderFormatException

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.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.
 
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

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