Package org.geotools.data.vpf.exc
Class VPFHeaderFormatException
- Object
-
- Throwable
-
- Exception
-
- IOException
-
- VPFDataException
-
- VPFHeaderFormatException
-
- All Implemented Interfaces:
Serializable
public class VPFHeaderFormatException extends VPFDataException
Class VPFHeaderFormatException.java is responsible forCreated: Tue Jan 21 15:12:10 2003
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VPFHeaderFormatException()
Creates 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 Detail
-
VPFHeaderFormatException
public VPFHeaderFormatException()
Creates a new VPFHeaderFormatException object.
-
VPFHeaderFormatException
public VPFHeaderFormatException(String message)
Creates a new VPFHeaderFormatException object.- Parameters:
message
- DOCUMENT ME!
-
-