org.opengts.geocoder
Class SubdivisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengts.geocoder.SubdivisionException
All Implemented Interfaces:
java.io.Serializable

public class SubdivisionException
extends java.lang.Exception

SubdivisionException class

See Also:
Serialized Form

Constructor Summary
SubdivisionException(java.lang.String msg, java.lang.Throwable cause)
          Message/Cause constructor
 
Method Summary
 
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

SubdivisionException

public SubdivisionException(java.lang.String msg,
                            java.lang.Throwable cause)
Message/Cause constructor