org.geotools.data.vpf.exc
Class VPFDataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.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 30687 2008-06-13 11:03:06Z acuster $
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.
 
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

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