rangesearch.api
Class RangeSearchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byrangesearch.api.RangeSearchException
All Implemented Interfaces:
java.io.Serializable

public class RangeSearchException
extends java.lang.RuntimeException

An exception class thrown in response to bad geometry comparisions, bad range search user input, etc.

See Also:
Serialized Form

Constructor Summary
RangeSearchException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
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

RangeSearchException

public RangeSearchException(java.lang.String message)
Constructs a new exception with the specified detail message. Not intended for instantiation by user code.