IshmaelLocator
Class noLocationFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by IshmaelLocator.noLocationFoundException
All Implemented Interfaces:
java.io.Serializable

 class noLocationFoundException
extends java.lang.Exception

Various location algorithms can fail to find a solution. If so, they just throw this Exception.

Author:
Dave Mellinger

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
noLocationFoundException()
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

noLocationFoundException

noLocationFoundException()