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