Package org.geotools.data.vpf.exc
Class VPFDataException
- Object
-
- Throwable
-
- Exception
-
- IOException
-
- VPFDataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VPFHeaderFormatException
,VPFRowDataException
public class VPFDataException extends IOException
VPFDataException.java Created: Mon Mar 03 21:32:32 2003- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VPFDataException()
Creates a new VPFDataException object.VPFDataException(String msg)
Creates a new VPFDataException object.
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VPFDataException
public VPFDataException()
Creates a new VPFDataException object.
-
VPFDataException
public VPFDataException(String msg)
Creates a new VPFDataException object.- Parameters:
msg
- DOCUMENT ME!
-
-