|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.geotools.data.vpf.exc.VPFDataFormatException
Class VPFDataFormatException.java is responsible for
Created: Wed Jan 29 10:28:53 2003
Constructor Summary | |
VPFDataFormatException()
Creates a new VPFDataFormatException object. |
|
VPFDataFormatException(java.lang.String message)
Creates a new VPFDataFormatException object. |
|
VPFDataFormatException(java.lang.String message,
java.lang.Throwable cause)
Creates a new VPFDataFormatException object. |
|
VPFDataFormatException(java.lang.Throwable cause)
Creates a new VPFDataFormatException object. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VPFDataFormatException()
public VPFDataFormatException(java.lang.String message)
message
- DOCUMENT ME!public VPFDataFormatException(java.lang.String message, java.lang.Throwable cause)
message
- DOCUMENT ME!cause
- DOCUMENT ME!public VPFDataFormatException(java.lang.Throwable cause)
cause
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |