Package org.geotools.data.vpf.exc
Class VPFDataFormatException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- VPFDataFormatException
-
- All Implemented Interfaces:
Serializable
public class VPFDataFormatException extends RuntimeException
Class VPFDataFormatException.java is responsible forCreated: Wed Jan 29 10:28:53 2003
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VPFDataFormatException()
Creates 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 Detail
-
VPFDataFormatException
public VPFDataFormatException()
Creates a new VPFDataFormatException object.
-
VPFDataFormatException
public VPFDataFormatException(String message)
Creates a new VPFDataFormatException object.- Parameters:
message
- DOCUMENT ME!
-
VPFDataFormatException
public VPFDataFormatException(String message, Throwable cause)
Creates a new VPFDataFormatException object.- Parameters:
message
- DOCUMENT ME!cause
- DOCUMENT ME!
-
VPFDataFormatException
public VPFDataFormatException(Throwable cause)
Creates a new VPFDataFormatException object.- Parameters:
cause
- DOCUMENT ME!
-
-