org.deegree_impl.io.rtree
Class RTreeException

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

public class RTreeException
extends java.lang.Exception

The common exception thrown by problems during the rtree methods. Thats the exception a user of the package get if errors occure.

Version:
0.1
Author:
Wolfgang Bär
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RTreeException()
          Constructor for RTreeException.
RTreeException(java.lang.String message)
          Constructor for RTreeException.
 
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

RTreeException

public RTreeException()
Constructor for RTreeException.


RTreeException

public RTreeException(java.lang.String message)
Constructor for RTreeException.

Parameters:
message -