org.deegree_impl.io.shpapi
Class SHPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.io.shpapi.SHPException
All Implemented Interfaces:
java.io.Serializable

public class SHPException
extends java.lang.Exception

Shapefile related exceptions thrown by methods in this package.

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
 
Constructor Summary
SHPException()
           
SHPException(java.lang.String s)
           
 
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
 

Field Detail

message

private java.lang.String message
Constructor Detail

SHPException

public SHPException()

SHPException

public SHPException(java.lang.String s)
Method Detail

toString

public java.lang.String toString()