Package org.geotools.data.vpf.exc
Class VPFHeaderFormatException
Object
Throwable
Exception
IOException
VPFDataException
VPFHeaderFormatException
- All Implemented Interfaces:
Serializable
Class VPFHeaderFormatException.java is responsible for
Created: Tue Jan 21 15:12:10 2003
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new VPFHeaderFormatException object.VPFHeaderFormatException
(String message) Creates a new VPFHeaderFormatException object. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VPFHeaderFormatException
public VPFHeaderFormatException()Creates a new VPFHeaderFormatException object. -
VPFHeaderFormatException
Creates a new VPFHeaderFormatException object.- Parameters:
message
- DOCUMENT ME!
-