org.geotools.data.vpf.exc
Class VPFDataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.geotools.data.vpf.exc.VPFDataFormatException
All Implemented Interfaces:
java.io.Serializable

public class VPFDataFormatException
extends java.lang.RuntimeException

Class VPFDataFormatException.java is responsible for

Created: Wed Jan 29 10:28:53 2003

Version:
$Id: VPFDataFormatException.java 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
Artur Hefczyc
See Also:
Serialized Form

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

VPFDataFormatException

public VPFDataFormatException()
Creates a new VPFDataFormatException object.


VPFDataFormatException

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

Parameters:
message - DOCUMENT ME!

VPFDataFormatException

public VPFDataFormatException(java.lang.String message,
                              java.lang.Throwable cause)
Creates a new VPFDataFormatException object.

Parameters:
message - DOCUMENT ME!
cause - DOCUMENT ME!

VPFDataFormatException

public VPFDataFormatException(java.lang.Throwable cause)
Creates a new VPFDataFormatException object.

Parameters:
cause - DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.