org.deegree_impl.io.shpapi
Class HasNoDBaseFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deegree_impl.io.shpapi.HasNoDBaseFileException
- All Implemented Interfaces:
- java.io.Serializable
- public final class HasNoDBaseFileException
- extends java.lang.Exception
class defining an exception that is thrown if no
dBase-file is associated with a shape-file
- Version:
- 05.04.2000
- Author:
- Andreas Poth
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
message
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
message
private java.lang.String message
HasNoDBaseFileException
public HasNoDBaseFileException()
HasNoDBaseFileException
public HasNoDBaseFileException(java.lang.String message)
toString
public java.lang.String toString()