Package org.geotools.data.vpf.exc
Class VPFDataException
Object
Throwable
Exception
IOException
VPFDataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VPFHeaderFormatException
,VPFRowDataException
VPFDataException.java Created: Mon Mar 03 21:32:32 2003
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates 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 Details
-
VPFDataException
public VPFDataException()Creates a new VPFDataException object. -
VPFDataException
Creates a new VPFDataException object.- Parameters:
msg
- DOCUMENT ME!
-