org.deegree_impl.io.rtree
Class PageFileException

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

public class PageFileException
extends java.lang.Exception

Wrapper-Exceptions für Exception, die innerhalb der PageFiles auftreten.

Version:
1.0
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
PageFileException()
          Constructor for PageFileException.
PageFileException(java.lang.String message)
          Constructor for PageFileException.
 
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

PageFileException

public PageFileException()
Constructor for PageFileException.


PageFileException

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

Parameters:
message -