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