Hilbert II - Version 0.03.04

org.qedeq.kernel.xml.mapper
Class LocationNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.qedeq.kernel.common.QedeqException
              extended byorg.qedeq.kernel.bo.module.ModuleDataException
                  extended byorg.qedeq.kernel.xml.mapper.LocationNotFoundException
All Implemented Interfaces:
Serializable

public class LocationNotFoundException
extends ModuleDataException

Thrown if the location was not found.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
LocationNotFoundException(ModuleContext context)
          Constructs an exception.
 
Methods inherited from class org.qedeq.kernel.bo.module.ModuleDataException
getContext, getReferenceContext
 
Methods inherited from class org.qedeq.kernel.common.QedeqException
getErrorCode
 
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

LocationNotFoundException

public LocationNotFoundException(ModuleContext context)
Constructs an exception.

Parameters:
context - Context that was searched for.

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.